rattail-wave/CHANGELOG.md

38 lines
766 B
Markdown
Raw Permalink Normal View History

# Changelog
All notable changes to rattail-wave 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).
2024-08-18 20:10:29 -05:00
## v0.3.2 (2024-08-18)
### Fix
- avoid deprecated base class for config extension
2024-07-01 14:00:45 -05:00
## v0.3.1 (2024-07-01)
### Fix
- remove legacy command definitions
2024-06-10 19:41:32 -05:00
## v0.3.0 (2024-06-10)
### Feat
- switch from setup.cfg to pyproject.toml + hatchling
2024-04-03 20:44:57 -05:00
2024-06-06 18:50:22 -05:00
## [0.2.0] - 2024-06-06
### Changed
- Migrate all commands to use `typer`.
- Add alembic scripts to project manifest.
2024-04-03 20:44:57 -05:00
## [0.1.1] - 2024-04-03
### Changed
- Update subcommand entry point group names, per wuttjamaican.
2023-11-17 20:19:39 -06:00
## [0.1.0] - 2023-11-17
### Added
- Initial version.