feat: switch from setup.cfg to pyproject.toml + hatchling
This commit is contained in:
parent
6acada7c03
commit
2740db831f
7 changed files with 101 additions and 116 deletions
40
CHANGELOG.md
Normal file
40
CHANGELOG.md
Normal file
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue