From 7b985a290cbb1aabb35008ceb364e5ac6b1a0f6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Thu, 12 Oct 2023 18:25:44 +0200 Subject: [PATCH] Version 0.12.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- docs/release_notes.md | 22 +++++++++++++++++++--- pyproject.toml | 4 ++-- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/docs/release_notes.md b/docs/release_notes.md index a23ac2d..c507121 100644 --- a/docs/release_notes.md +++ b/docs/release_notes.md @@ -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 . - -## 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. @@ -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. diff --git a/pyproject.toml b/pyproject.toml index 6d42587..1abc9ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -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"