Skip to content

Commit

Permalink
prep for 0.5.4 security release
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Ramsay <[email protected]>
  • Loading branch information
seapagan committed Jun 18, 2024
1 parent ade99d7 commit 0f46c53
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 8 deletions.
37 changes: 30 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,28 @@ project since the first release, with the latest changes at the top.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


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

**Security Update**

- Updates `urllib3` to fix a MODERATE severity security issue.

**Dependency Updates**

- Bump urllib3 from 2.2.1 to 2.2.2 ([#576](https://github.com/seapagan/fastapi-template/pull/576)) by [dependabot[bot]](https://github.com/apps/dependabot)
- Bump mkdocs-material from 9.5.25 to 9.5.27 ([#575](https://github.com/seapagan/fastapi-template/pull/575)) by [dependabot[bot]](https://github.com/apps/dependabot)
- Bump email-validator from 2.1.1 to 2.1.2 ([#574](https://github.com/seapagan/fastapi-template/pull/574)) by [dependabot[bot]](https://github.com/apps/dependabot)
- Bump ruff from 0.4.7 to 0.4.9 ([#573](https://github.com/seapagan/fastapi-template/pull/573)) by [dependabot[bot]](https://github.com/apps/dependabot)
- Bump pydantic-settings from 2.3.0 to 2.3.3 ([#572](https://github.com/seapagan/fastapi-template/pull/572)) by [dependabot[bot]](https://github.com/apps/dependabot)
- Bump pydantic from 2.7.3 to 2.7.4 ([#571](https://github.com/seapagan/fastapi-template/pull/571)) by [dependabot[bot]](https://github.com/apps/dependabot)
- Bump openapi-readme from 0.2.5 to 0.3.0 ([#569](https://github.com/seapagan/fastapi-template/pull/569)) by [dependabot[bot]](https://github.com/apps/dependabot)
- Bump pytest from 8.2.1 to 8.2.2 ([#568](https://github.com/seapagan/fastapi-template/pull/568)) by [dependabot[bot]](https://github.com/apps/dependabot)
- Bump faker from 25.4.0 to 25.8.0 ([#565](https://github.com/seapagan/fastapi-template/pull/565)) by [dependabot[bot]](https://github.com/apps/dependabot)
- Bump pydantic-settings from 2.2.1 to 2.3.0 ([#563](https://github.com/seapagan/fastapi-template/pull/563)) by [dependabot[bot]](https://github.com/apps/dependabot)
- *and 3 more dependency updates*

[`Full Changelog`](https://github.com/seapagan/fastapi-template/compare/v0.5.3...v0.5.4) | [`Diff`](https://github.com/seapagan/fastapi-template/compare/v0.5.3...v0.5.4.diff) | [`Patch`](https://github.com/seapagan/fastapi-template/compare/v0.5.3...v0.5.4.patch)

## [v0.5.3](https://github.com/seapagan/fastapi-template/releases/tag/v0.5.3) (June 03, 2024)

**Closed Issues**
Expand Down Expand Up @@ -124,13 +146,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

**_'A New Hope'_**

This is the long-delayed release of `0.5.0` :partying_face:

There are many breaking changes; check the documentation, discussions and all the 0.5.0 alpha and beta releases for information.

- Make the API an installable package and CLI command ([#276](https://github.com/seapagan/fastapi-template/pull/276)) by [seapagan](https://github.com/seapagan)
- Convert db to sqlalchemy 2 ([#140](https://github.com/seapagan/fastapi-template/pull/140)) by [seapagan](https://github.com/seapagan)
[`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)
This is the long-delayed release of `0.5.0` :partying_face:

There are many breaking changes; check the documentation, discussions and all the 0.5.0 alpha and beta releases for information.

- Make the API an installable package and CLI command ([#276](https://github.com/seapagan/fastapi-template/pull/276)) by [seapagan](https://github.com/seapagan)
- Convert db to sqlalchemy 2 ([#140](https://github.com/seapagan/fastapi-template/pull/140)) by [seapagan](https://github.com/seapagan)

[`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)

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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "API Template"
version = "0.5.3"
version = "0.5.4"
description = "Run 'api-admin custom metadata' to change this information."
authors = ["Grant Ramsay (seapagan) <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 0f46c53

Please sign in to comment.