diff --git a/CHANGELOG.md b/CHANGELOG.md index 917dfe19d2d67f3507b914a9bafae9edf943c036..c8999895f888194c7b640840342a5ff5cfa6cc8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to sqlalchemy-pervasive will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## v0.3.0 (2024-07-09) + +### Feat + +- switch from setup.cfg to pyproject.toml + hatchling + ## 0.2.2 (2023-06-01) * Replace ``setup.py`` contents with ``setup.cfg``.