Skip to content

Commit

Permalink
Minor MD reformatting
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed Nov 14, 2023
1 parent bc26cd3 commit 9f2f43b
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions docs/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

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/>.
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 -->
- Allow customization of the model base class.

- Allow customization of the model base class.

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

Expand All @@ -26,26 +26,24 @@ Released on 2023-10-12. This is a minor release that adds docs and development i
- 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.

### Features

* Add support for MySQL/MariaDB in the async mode ([#325](https://github.com/fedora-infra/sqlalchemy-helpers/issues/325)).
- Add support for MySQL/MariaDB in the async mode ([#325](https://github.com/fedora-infra/sqlalchemy-helpers/issues/325)).

### Bug Fixes

* The psycopg driver raises a ProgrammingError where sqlite raises an
- The psycopg driver raises a ProgrammingError where sqlite raises an
OperationalError ([469d9c7](https://github.com/fedora-infra/sqlalchemy-helpers/commit/469d9c7)).

### Dependency Changes

* Fix a minor compatibility issue with SQLAlchemy 2.0 ([3f379e2](https://github.com/fedora-infra/sqlalchemy-helpers/commit/3f379e2)).
* Support Pydantic 2.0+ and Pydantic Settings ([#323](https://github.com/fedora-infra/sqlalchemy-helpers/issues/323)).

- Fix a minor compatibility issue with SQLAlchemy 2.0 ([3f379e2](https://github.com/fedora-infra/sqlalchemy-helpers/commit/3f379e2)).
- Support Pydantic 2.0+ and Pydantic Settings ([#323](https://github.com/fedora-infra/sqlalchemy-helpers/issues/323)).

## Version 0.11.0

Expand All @@ -54,13 +52,13 @@ This is a major release that adds AsyncIO and FastAPI support.

### Dependency Changes

* Drop the `query_property` as it is considered legacy by SQLAlchemy. Instead,
- Drop the `query_property` as it is considered legacy by SQLAlchemy. Instead,
add `get_by_pk()` and `get_one()` methods ([2702667](https://github.com/fedora-infra/sqlalchemy-helpers/commit/2702667)).
* Fix compatibility with Flask 2.3 and above ([6040394](https://github.com/fedora-infra/sqlalchemy-helpers/commit/6040394)).
- Fix compatibility with Flask 2.3 and above ([6040394](https://github.com/fedora-infra/sqlalchemy-helpers/commit/6040394)).

### Features

* Support for asyncio-based connections, and FastAPI integration
- Support for asyncio-based connections, and FastAPI integration
([#317](https://github.com/fedora-infra/sqlalchemy-helpers/issues/317)).
* Allow passing extra arguments to `create_engine()` and `create_async_engine()`
- Allow passing extra arguments to `create_engine()` and `create_async_engine()`
([#319](https://github.com/fedora-infra/sqlalchemy-helpers/issues/319)).

0 comments on commit 9f2f43b

Please sign in to comment.