46 lines
783 B
Markdown
46 lines
783 B
Markdown
|
|
# 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).
|
|
|
|
## 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``.
|
|
|
|
|
|
## 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.
|