Update changelog

This commit is contained in:
Lance Edgar 2024-05-30 11:14:16 -05:00
parent 3fde33ac84
commit f01faaf2f9
2 changed files with 7 additions and 1 deletions

View file

@ -2,6 +2,12 @@
CHANGELOG
=========
0.3.0 (2024-05-30)
------------------
* Migrate all commands to use ``typer``.
0.2.10 (2023-11-30)
-------------------

View file

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