Skip to content

Commit

Permalink
Version 0.12.1
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed Oct 12, 2023
1 parent 8aba239 commit 7b985a2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
22 changes: 19 additions & 3 deletions docs/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the changes for the upcoming release can be found in <https://github.com/fedora-infra/sqlalchemy-helpers/tree/develop/news/>.


<!-- towncrier release notes start -->

## v0.12.0
## Version [0.12.1](https://github.com/fedora-infra/sqlalchemy-helpers/tree/0.12.1)

Released on 2023-10-12. This is a minor release that adds docs and development improvements

### Development Improvements

- Automatically publish to PyPI and release
([c572657](https://github.com/fedora-infra/sqlalchemy-helpers/commits/c572657)).

### Documentation Improvements

- Release notes: show dependency changes further down the page
([499ec7a](https://github.com/fedora-infra/sqlalchemy-helpers/commits/499ec7a)).
- Convert the release notes to Markdown
([841e1fb](https://github.com/fedora-infra/sqlalchemy-helpers/commits/841e1fb)).


## Version 0.12.0

Released on 2023-08-09.
This is a feature release that adds MySQL/MariaDB support in the async mode.
Expand All @@ -29,7 +45,7 @@ This is a feature release that adds MySQL/MariaDB support in the async mode.
* Support Pydantic 2.0+ and Pydantic Settings ([#323](https://github.com/fedora-infra/sqlalchemy-helpers/issues/323)).


## v0.11.0
## Version 0.11.0

Released on 2023-06-23.
This is a major release that adds AsyncIO and FastAPI support.
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sqlalchemy-helpers"
version = "0.12.0"
version = "0.12.1"
description = "SQLAlchemy Helpers"

license = "LGPL-3.0-or-later"
Expand Down Expand Up @@ -122,7 +122,7 @@ omit = [

[tool.towncrier]
package = "sqlalchemy_helpers"
filename = "docs/release_notes.rst"
filename = "docs/release_notes.md"
directory = "news/"
issue_format = "{issue}"
template = "news/_template.md"
Expand Down

0 comments on commit 7b985a2

Please sign in to comment.