Update changelog

This commit is contained in:
Lance Edgar 2024-06-01 14:24:53 -05:00
parent 570c726e65
commit b08be0783f
2 changed files with 11 additions and 1 deletions

View file

@ -5,6 +5,16 @@ CHANGELOG
Unreleased
----------
0.12.6 (2024-06-01)
-------------------
* Add setting to allow decimal quantities for ordering/receiving.
* Fix ``rattail datasync remove-settings`` command line, per typer.
* Fix ``--progress-socket`` arg handling for typer commands.
0.12.5 (2024-05-31)
-------------------

View file

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