Skip to content

Commit

Permalink
prep for release 0.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Ramsay <[email protected]>
  • Loading branch information
seapagan committed Feb 26, 2024
1 parent 28f7b52 commit dcb1c54
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 20 deletions.
29 changes: 10 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,25 @@ 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).


## [Unreleased](https://github.com/seapagan/fastapi-template/tree/HEAD)


These are the changes that have been merged to the repository since the last
release. If you want to try out these changes, you can install the latest
version from the main branch by running:

```console
$ pip install git+https://github.com/seapagan/github-changelog-md
```

or, if using poetry:

```console
$ poetry add git+https://github.com/seapagan/github-changelog-md
```
Everything in this section will be included in the next official release.

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

**Closed Issues**

- Run Tests against Postgres database ([#102](https://github.com/seapagan/fastapi-template/issues/102)) by [pdrivom](https://github.com/pdrivom)

**Breaking Changes**

- Upgrade docker config to use version 15. Change some ports and env variable usage ([#410](https://github.com/seapagan/fastapi-template/pull/410)) by [seapagan](https://github.com/seapagan)

**New Features**

- Add option to disable the '/' route if required ([#388](https://github.com/seapagan/fastapi-template/pull/388)) by [seapagan](https://github.com/seapagan)
- Allow setting a custom API root path e.g. "/api/v1" to prepend to all routes ([#386](https://github.com/seapagan/fastapi-template/pull/386)) by [seapagan](https://github.com/seapagan)

**Testing**

- Fix the Docker config so tests pass ([#409](https://github.com/seapagan/fastapi-template/pull/409)) by [seapagan](https://github.com/seapagan)

**Documentation**

- Update `.env.example`, and remove references to old 'api-admin' script from docs ([#407](https://github.com/seapagan/fastapi-template/pull/407)) by [seapagan](https://github.com/seapagan)
Expand All @@ -52,7 +43,7 @@ Everything in this section will be included in the next official release.
- Bump pre-commit from 3.6.1 to 3.6.2 ([#397](https://github.com/seapagan/fastapi-template/pull/397)) by [dependabot[bot]](https://github.com/apps/dependabot)
- *and 12 more dependency updates*

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

## [v0.5.0](https://github.com/seapagan/fastapi-template/releases/tag/v0.5.0) (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.0"
version = "0.5.1"
description = "Run 'api-admin custom metadata' to change this information."
authors = ["Grant Ramsay (seapagan) <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit dcb1c54

Please sign in to comment.