Update changelog
This commit is contained in:
parent
3fde33ac84
commit
f01faaf2f9
|
@ -2,6 +2,12 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.3.0 (2024-05-30)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
* Migrate all commands to use ``typer``.
|
||||||
|
|
||||||
|
|
||||||
0.2.10 (2023-11-30)
|
0.2.10 (2023-11-30)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.2.10'
|
__version__ = '0.3.0'
|
||||||
|
|
Loading…
Reference in a new issue