diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..917dfe19d2d67f3507b914a9bafae9edf943c036 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,40 @@ + +# Changelog +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). + +## 0.2.2 (2023-06-01) + +* Replace ``setup.py`` contents with ``setup.cfg``. + + +## 0.2.1 (2021-03-03) + +* Update author / homepage metadata. + + +## 0.2.0 (2021-03-03) + +* Officially declare "Python 3 only". + + +## 0.1.3 (2018-02-24) + +* Replace ``execfile()`` usage per python 3. + + +## 0.1.2 + +* Misc. housekeeping. Added manifest, transferred copyright, etc. + + +## 0.1.1 + +* Fixed boolean conditions in rendered SQL. + + +## 0.1.0 + +* Initial version.