Update changelog

This commit is contained in:
Lance Edgar 2024-06-06 18:50:22 -05:00
parent 77a418c1f6
commit 0ef2ccc3c1
2 changed files with 6 additions and 1 deletions

View file

@ -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.

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8; -*-
__version__ = '0.1.1'
__version__ = '0.2.0'