Skip to content

Commit cb3a967

Browse files
committed
Update version to 0.8.0 in pyproject.toml and changelog
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
1 parent e6926f1 commit cb3a967

3 files changed

Lines changed: 10 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@ project since the first release, with the latest changes at the top.
66
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9-
## [Unreleased](https://github.com/seapagan/fastapi-template/tree/HEAD)
10-
11-
These are the changes that have been merged to the repository since the last
12-
release.
13-
14-
Everything in this section will be included in the next official release.
9+
## [v0.8.0](https://github.com/seapagan/fastapi-template/releases/tag/v0.8.0) (December 25, 2025)
1510

1611
**Closed Issues**
1712

@@ -23,20 +18,26 @@ Everything in this section will be included in the next official release.
2318

2419
**New Features**
2520

21+
- Update docker to use Python 3.14 and Postgres 18.1. fix resulting issues ([#786](https://github.com/seapagan/fastapi-template/pull/786)) by [seapagan](https://github.com/seapagan)
2622
- Migrate to `prek` from `pre-commit` ([#783](https://github.com/seapagan/fastapi-template/pull/783)) by [seapagan](https://github.com/seapagan)
2723
- Update for Python 3.14 compatibility and drop support for Python 3.9 ([#782](https://github.com/seapagan/fastapi-template/pull/782)) by [seapagan](https://github.com/seapagan)
2824
- December update and refresh ([#781](https://github.com/seapagan/fastapi-template/pull/781)) by [seapagan](https://github.com/seapagan)
2925
- Feat: add manual database session handling with rollback on exception ([#770](https://github.com/seapagan/fastapi-template/pull/770)) by [seapagan](https://github.com/seapagan)
3026

27+
**Bug Fixes**
28+
29+
- Fix/deleted user 500 error ([#785](https://github.com/seapagan/fastapi-template/pull/785)) by [seapagan](https://github.com/seapagan)
30+
3131
**Dependency Updates**
3232

33+
- Chore(deps): update actions/checkout action to v6 ([#784](https://github.com/seapagan/fastapi-template/pull/784)) by [renovate[bot]](https://github.com/apps/renovate)
3334
- Chore(deps): update actions/checkout action to v6 ([#778](https://github.com/seapagan/fastapi-template/pull/778)) by [renovate[bot]](https://github.com/apps/renovate)
3435
- Chore(deps): update astral-sh/setup-uv action to v7 ([#776](https://github.com/seapagan/fastapi-template/pull/776)) by [renovate[bot]](https://github.com/apps/renovate)
3536
- Chore(deps): update github/codeql-action action to v4 ([#775](https://github.com/seapagan/fastapi-template/pull/775)) by [renovate[bot]](https://github.com/apps/renovate)
3637
- Chore(deps): update actions/checkout action to v5 ([#771](https://github.com/seapagan/fastapi-template/pull/771)) by [renovate[bot]](https://github.com/apps/renovate)
3738
- Chore(deps): update mkdocs-swagger-ui-tag digest to fad9a89 ([#765](https://github.com/seapagan/fastapi-template/pull/765)) by [renovate[bot]](https://github.com/apps/renovate)
3839

39-
[`Full Changelog`](https://github.com/seapagan/fastapi-template/compare/v0.7.0...HEAD) | [`Diff`](https://github.com/seapagan/fastapi-template/compare/v0.7.0...HEAD.diff) | [`Patch`](https://github.com/seapagan/fastapi-template/compare/v0.7.0...HEAD.patch)
40+
[`Full Changelog`](https://github.com/seapagan/fastapi-template/compare/v0.7.0...v0.8.0) | [`Diff`](https://github.com/seapagan/fastapi-template/compare/v0.7.0...v0.8.0.diff) | [`Patch`](https://github.com/seapagan/fastapi-template/compare/v0.7.0...v0.8.0.patch)
4041

4142
## [v0.7.0](https://github.com/seapagan/fastapi-template/releases/tag/v0.7.0) (July 05, 2025)
4243

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "api-template"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
description = "Run 'api-admin custom metadata' to change this information."
55
authors = [{ name = "Grant Ramsay", email = "seapagan@gmail.com" }]
66
license = "MIT"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)