Skip to content

Commit 681e768

Browse files
committed
prep for 0.5.3 release
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
1 parent e54e75d commit 681e768

3 files changed

Lines changed: 24 additions & 29 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ updates:
33
- package-ecosystem: "pip"
44
directory: "/"
55
schedule:
6-
interval: "daily"
6+
interval: "weekly"
77
target-branch: "main"
88
open-pull-requests-limit: 10
99
- package-ecosystem: "github-actions"

CHANGELOG.md

Lines changed: 22 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -6,44 +6,39 @@ 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)
9+
## [v0.5.3](https://github.com/seapagan/fastapi-template/releases/tag/v0.5.3) (June 03, 2024)
1010

11+
**Closed Issues**
1112

12-
These are the changes that have been merged to the repository since the last
13-
release. If you want to try out these changes, you can install the latest
14-
version from the main branch by running:
13+
- Poetry install broken under Docker ([#534](https://github.com/seapagan/fastapi-template/issues/534)) by [seapagan](https://github.com/seapagan)
1514

16-
```console
17-
$ pip install git+https://github.com/seapagan/github-changelog-md
18-
```
15+
**New Features**
1916

20-
or, if using poetry:
17+
- Add a Redis server to the docker compose file ([#475](https://github.com/seapagan/fastapi-template/pull/475)) by [seapagan](https://github.com/seapagan)
2118

22-
```console
23-
$ poetry add git+https://github.com/seapagan/github-changelog-md
24-
```
25-
Everything in this section will be included in the next official release.
19+
**Bug Fixes**
2620

21+
- Fix Poetry install broken under Docker ([#537](https://github.com/seapagan/fastapi-template/pull/537)) by [seapagan](https://github.com/seapagan)
2722

28-
**New Features**
23+
**Refactoring**
2924

30-
- Add a Redis server to the docker compose file ([#475](https://github.com/seapagan/fastapi-template/pull/475)) by [seapagan](https://github.com/seapagan)
25+
- Migrate to rtoml ([#523](https://github.com/seapagan/fastapi-template/pull/523)) by [seapagan](https://github.com/seapagan)
3126

3227
**Dependency Updates**
3328

34-
- Bump types-passlib from 1.7.7.20240311 to 1.7.7.20240327 ([#474](https://github.com/seapagan/fastapi-template/pull/474)) by [dependabot[bot]](https://github.com/apps/dependabot)
35-
- Bump pre-commit from 3.6.2 to 3.7.0 ([#473](https://github.com/seapagan/fastapi-template/pull/473)) by [dependabot[bot]](https://github.com/apps/dependabot)
36-
- Bump mkdocs-material from 9.5.14 to 9.5.15 ([#472](https://github.com/seapagan/fastapi-template/pull/472)) by [dependabot[bot]](https://github.com/apps/dependabot)
37-
- Bump faker from 24.3.0 to 24.4.0 ([#471](https://github.com/seapagan/fastapi-template/pull/471)) by [dependabot[bot]](https://github.com/apps/dependabot)
38-
- Bump pytest-cov from 4.1.0 to 5.0.0 ([#470](https://github.com/seapagan/fastapi-template/pull/470)) by [dependabot[bot]](https://github.com/apps/dependabot)
39-
- Bump mkdocs-swagger-ui-tag from 0.6.8 to 0.6.9 ([#469](https://github.com/seapagan/fastapi-template/pull/469)) by [dependabot[bot]](https://github.com/apps/dependabot)
40-
- Bump typer from 0.9.0 to 0.9.4 ([#468](https://github.com/seapagan/fastapi-template/pull/468)) by [dependabot[bot]](https://github.com/apps/dependabot)
41-
- Bump sqlalchemy from 2.0.28 to 2.0.29 ([#467](https://github.com/seapagan/fastapi-template/pull/467)) by [dependabot[bot]](https://github.com/apps/dependabot)
42-
- Bump pytest-mock from 3.12.0 to 3.14.0 ([#465](https://github.com/seapagan/fastapi-template/pull/465)) by [dependabot[bot]](https://github.com/apps/dependabot)
43-
- Bump ruff from 0.3.3 to 0.3.4 ([#463](https://github.com/seapagan/fastapi-template/pull/463)) by [dependabot[bot]](https://github.com/apps/dependabot)
44-
- *and 4 more dependency updates*
45-
46-
[`Full Changelog`](https://github.com/seapagan/fastapi-template/compare/v0.5.2...HEAD) | [`Diff`](https://github.com/seapagan/fastapi-template/compare/v0.5.2...HEAD.diff) | [`Patch`](https://github.com/seapagan/fastapi-template/compare/v0.5.2...HEAD.patch)
29+
- Bump requests from 2.31.0 to 2.32.2 ([#557](https://github.com/seapagan/fastapi-template/pull/557)) by [dependabot[bot]](https://github.com/apps/dependabot)
30+
- Bump ruff from 0.4.4 to 0.4.7 ([#556](https://github.com/seapagan/fastapi-template/pull/556)) by [dependabot[bot]](https://github.com/apps/dependabot)
31+
- Bump mkdocs-git-revision-date-localized-plugin from 1.2.5 to 1.2.6 ([#555](https://github.com/seapagan/fastapi-template/pull/555)) by [dependabot[bot]](https://github.com/apps/dependabot)
32+
- Bump pymarkdownlnt from 0.9.19 to 0.9.20 ([#554](https://github.com/seapagan/fastapi-template/pull/554)) by [dependabot[bot]](https://github.com/apps/dependabot)
33+
- Bump pydantic from 2.7.1 to 2.7.2 ([#552](https://github.com/seapagan/fastapi-template/pull/552)) by [dependabot[bot]](https://github.com/apps/dependabot)
34+
- Bump faker from 25.2.0 to 25.3.0 ([#551](https://github.com/seapagan/fastapi-template/pull/551)) by [dependabot[bot]](https://github.com/apps/dependabot)
35+
- Bump uvicorn from 0.29.0 to 0.30.0 ([#550](https://github.com/seapagan/fastapi-template/pull/550)) by [dependabot[bot]](https://github.com/apps/dependabot)
36+
- Bump mkdocs-material from 9.5.23 to 9.5.25 ([#549](https://github.com/seapagan/fastapi-template/pull/549)) by [dependabot[bot]](https://github.com/apps/dependabot)
37+
- Bump anyio from 4.3.0 to 4.4.0 ([#548](https://github.com/seapagan/fastapi-template/pull/548)) by [dependabot[bot]](https://github.com/apps/dependabot)
38+
- Bump aiosmtpd from 1.4.5 to 1.4.6 ([#543](https://github.com/seapagan/fastapi-template/pull/543)) by [dependabot[bot]](https://github.com/apps/dependabot)
39+
- *and 59 more dependency updates*
40+
41+
[`Full Changelog`](https://github.com/seapagan/fastapi-template/compare/v0.5.2...v0.5.3) | [`Diff`](https://github.com/seapagan/fastapi-template/compare/v0.5.2...v0.5.3.diff) | [`Patch`](https://github.com/seapagan/fastapi-template/compare/v0.5.2...v0.5.3.patch)
4742

4843
## [v0.5.2](https://github.com/seapagan/fastapi-template/releases/tag/v0.5.2) (March 18, 2024)
4944

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "API Template"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
description = "Run 'api-admin custom metadata' to change this information."
55
authors = ["Grant Ramsay (seapagan) <seapagan@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)