bump: version 0.1.0 → 0.2.0

This commit is contained in:
Lance Edgar 2024-06-10 20:54:36 -05:00
parent 5176acaf9e
commit cc9ec47857
3 changed files with 18 additions and 10 deletions

16
CHANGELOG.md Normal file
View file

@ -0,0 +1,16 @@
# Changelog
All notable changes to rattail 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.2.0 (2024-06-10)
### Feat
- switch from setup.cfg to pyproject.toml + hatchling
## v0.1.0 (2016-12-08)
- initial release