Skip to content

Commit fb16264

Browse files
committed
update CHANGELOG
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
1 parent a69960e commit fb16264

File tree

1 file changed

+53
-13
lines changed

1 file changed

+53
-13
lines changed

CHANGELOG.md

Lines changed: 53 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,51 @@ 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. If you want to try out these changes, you can install the latest
13+
version from the main branch by running:
14+
15+
```console
16+
$ pip install git+https://github.com/seapagan/github-changelog-md
17+
```
18+
19+
or, if using poetry:
20+
21+
```console
22+
$ poetry add git+https://github.com/seapagan/github-changelog-md
23+
```
24+
Everything in this section will be included in the next official release.
25+
26+
**Breaking Changes**
27+
28+
- Migrate from poetry to uv ([#703](https://github.com/seapagan/fastapi-template/pull/703)) by [seapagan](https://github.com/seapagan)
29+
30+
**Documentation**
31+
32+
- Clarify docs ([#595](https://github.com/seapagan/fastapi-template/pull/595)) by [seapagan](https://github.com/seapagan)
33+
34+
**Dependency Updates**
35+
36+
- Update postgres Docker tag to v17 ([#706](https://github.com/seapagan/fastapi-template/pull/706)) by [renovate[bot]](https://github.com/apps/renovate)
37+
- 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)
38+
- Bump pymdown-extensions from 10.9 to 10.10.2 ([#671](https://github.com/seapagan/fastapi-template/pull/671)) by [dependabot[bot]](https://github.com/apps/dependabot)
39+
- Bump alembic from 1.13.2 to 1.13.3 ([#670](https://github.com/seapagan/fastapi-template/pull/670)) by [dependabot[bot]](https://github.com/apps/dependabot)
40+
- Bump ruff from 0.6.5 to 0.6.7 ([#669](https://github.com/seapagan/fastapi-template/pull/669)) by [dependabot[bot]](https://github.com/apps/dependabot)
41+
- Bump pydantic-settings from 2.4.0 to 2.5.2 ([#667](https://github.com/seapagan/fastapi-template/pull/667)) by [dependabot[bot]](https://github.com/apps/dependabot)
42+
- Bump pymarkdownlnt from 0.9.22 to 0.9.23 ([#666](https://github.com/seapagan/fastapi-template/pull/666)) by [dependabot[bot]](https://github.com/apps/dependabot)
43+
- Bump pytest-env from 1.1.4 to 1.1.5 ([#665](https://github.com/seapagan/fastapi-template/pull/665)) by [dependabot[bot]](https://github.com/apps/dependabot)
44+
- Bump rich from 13.8.0 to 13.8.1 ([#664](https://github.com/seapagan/fastapi-template/pull/664)) by [dependabot[bot]](https://github.com/apps/dependabot)
45+
- Bump anyio from 4.4.0 to 4.6.0 ([#663](https://github.com/seapagan/fastapi-template/pull/663)) by [dependabot[bot]](https://github.com/apps/dependabot)
46+
- *and 57 more dependency updates*
47+
48+
[`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+
950
## [v0.5.4](https://github.com/seapagan/fastapi-template/releases/tag/v0.5.4) (June 18, 2024)
1051

52+
**_V0.5.4_**
53+
1154
**Security Update**
1255

1356
- Updates `urllib3` to fix a MODERATE severity security issue.
@@ -144,20 +187,19 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
144187

145188
## [v0.5.0](https://github.com/seapagan/fastapi-template/releases/tag/v0.5.0) (February 07, 2024)
146189

147-
**_'A New Hope'_**
148-
149-
This is the long-delayed release of `0.5.0` :partying_face:
190+
**_A New Hope_**
150191

151-
There are many breaking changes; check the documentation, discussions and all the 0.5.0 alpha and beta releases for information.
152-
153-
- Make the API an installable package and CLI command ([#276](https://github.com/seapagan/fastapi-template/pull/276)) by [seapagan](https://github.com/seapagan)
154-
- Convert db to sqlalchemy 2 ([#140](https://github.com/seapagan/fastapi-template/pull/140)) by [seapagan](https://github.com/seapagan)
155-
156-
[`Full Changelog`](https://github.com/seapagan/fastapi-template/compare/v0.4.2...v0.5.0) | [`Diff`](https://github.com/seapagan/fastapi-template/compare/v0.4.2...v0.5.0.diff) | [`Patch`](https://github.com/seapagan/fastapi-template/compare/v0.4.2...v0.5.0.patch)
192+
This is the long-delayed release of `0.5.0` :partying_face:
193+
194+
There are many breaking changes; check the documentation, discussions and all the 0.5.0 alpha and beta releases for information.
195+
196+
- Make the API an installable package and CLI command ([#276](https://github.com/seapagan/fastapi-template/pull/276)) by [seapagan](https://github.com/seapagan)
197+
- Convert db to sqlalchemy 2 ([#140](https://github.com/seapagan/fastapi-template/pull/140)) by [seapagan](https://github.com/seapagan)
198+
[`Full Changelog`](https://github.com/seapagan/fastapi-template/compare/v0.4.2...v0.5.0) | [`Diff`](https://github.com/seapagan/fastapi-template/compare/v0.4.2...v0.5.0.diff) | [`Patch`](https://github.com/seapagan/fastapi-template/compare/v0.4.2...v0.5.0.patch)
157199

158200
## [v0.4.2](https://github.com/seapagan/fastapi-template/releases/tag/v0.4.2) (February 07, 2024)
159201

160-
**_'The Old Guard'_**
202+
**_The Old Guard_**
161203

162204
**Breaking Changes**
163205

@@ -207,11 +249,9 @@ There are many breaking changes; check the documentation, discussions and all th
207249

208250
## [v0.5.0-alpha3](https://github.com/seapagan/fastapi-template/releases/tag/v0.5.0-alpha3) (December 12, 2023)
209251

210-
211252
This version contains **minor breaking changes** to the way you will run the CLI
212253
tool. See the documentation for more information.
213254

214-
215255
**Breaking Changes**
216256

217257
- Make the API an installable package and CLI command ([#276](https://github.com/seapagan/fastapi-template/pull/276)) by [seapagan](https://github.com/seapagan)
@@ -363,7 +403,7 @@ tool. See the documentation for more information.
363403

364404
## [v0.4.0](https://github.com/seapagan/fastapi-template/releases/tag/v0.4.0) (June 19, 2023)
365405

366-
**_'Version refactor'_**
406+
**_Version refactor_**
367407

368408
**Closed Issues**
369409

0 commit comments

Comments
 (0)