Skip to content

Commit e7f4af5

Browse files
committed
prep for 0.6.0 release
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
1 parent 0d97013 commit e7f4af5

4 files changed

Lines changed: 9 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 6 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.6.0](https://github.com/seapagan/fastapi-template/releases/tag/v0.6.0) (February 18, 2025)
1510

1611
**Breaking Changes**
1712

@@ -25,6 +20,10 @@ Everything in this section will be included in the next official release.
2520
- Use the python logger in the API instead of print statements ([#726](https://github.com/seapagan/fastapi-template/pull/726)) by [seapagan](https://github.com/seapagan)
2621
- Update 'Ruff' to latest version and fix any linting issues ([#713](https://github.com/seapagan/fastapi-template/pull/713)) by [seapagan](https://github.com/seapagan)
2722

23+
**Testing**
24+
25+
- Get test coverage up to 100% by testing the last uncovered blocks ([#732](https://github.com/seapagan/fastapi-template/pull/732)) by [seapagan](https://github.com/seapagan)
26+
2827
**Bug Fixes**
2928

3029
- Fix deprecation warning in docs build d/t mkdocs swagger plugin ([#731](https://github.com/seapagan/fastapi-template/pull/731)) by [seapagan](https://github.com/seapagan)
@@ -47,7 +46,7 @@ Everything in this section will be included in the next official release.
4746
- Bump sqlalchemy from 2.0.32 to 2.0.35 ([#679](https://github.com/seapagan/fastapi-template/pull/679)) by [dependabot[bot]](https://github.com/apps/dependabot)
4847
- *and 65 more dependency updates*
4948

50-
[`Full Changelog`](https://github.com/seapagan/fastapi-template/compare/v0.5.4...HEAD) | [`Diff`](https://github.com/seapagan/fastapi-template/compare/v0.5.4...HEAD.diff) | [`Patch`](https://github.com/seapagan/fastapi-template/compare/v0.5.4...HEAD.patch)
49+
[`Full Changelog`](https://github.com/seapagan/fastapi-template/compare/v0.5.4...v0.6.0) | [`Diff`](https://github.com/seapagan/fastapi-template/compare/v0.5.4...v0.6.0.diff) | [`Patch`](https://github.com/seapagan/fastapi-template/compare/v0.5.4...v0.6.0.patch)
5150

5251
## [v0.5.4](https://github.com/seapagan/fastapi-template/releases/tag/v0.5.4) (June 18, 2024)
5352

TODO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
- add pagination to the user list endpoint. Implement this in a way that is
3131
generic and can be used for other custom endpoints too. The library
3232
'fastapi-pagination' is really good and performant.
33-
- use an alternative loggier if uvicorn is not being used for some reason.
33+
- use an alternative logger if uvicorn is not being used for some reason.
3434

3535
## Bugs/Annoyances
3636

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.5.4"
3+
version = "0.6.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)