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``. diff --git a/pyproject.toml b/pyproject.toml index 043637b4581732db1fd4f28081452c4fdb509ad7..398a91a489e229eaac250a1498c8136e230f6ca2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "sqlalchemy-pervasive" -version = "0.2.2" +version = "0.3.0" description = "SQLAlchemy Dialect for Pervasive PSQL" readme = "README.rst" authors = [{name = "Lance Edgar", email = "lance@edbob.org"}]