Update changelog
This commit is contained in:
parent
77a418c1f6
commit
0ef2ccc3c1
|
@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||
|
||||
## Unreleased
|
||||
|
||||
## [0.2.0] - 2024-06-06
|
||||
### Changed
|
||||
- Migrate all commands to use `typer`.
|
||||
- Add alembic scripts to project manifest.
|
||||
|
||||
## [0.1.1] - 2024-04-03
|
||||
### Changed
|
||||
- Update subcommand entry point group names, per wuttjamaican.
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.1.1'
|
||||
__version__ = '0.2.0'
|
||||
|
|
Loading…
Reference in a new issue