Update changelog
This commit is contained in:
parent
eb221417e5
commit
9045505153
12
CHANGES.rst
12
CHANGES.rst
|
@ -2,6 +2,18 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.193 (2022-01-10)
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
* Add buefy support for quick-printing product labels; also speed bump.
|
||||||
|
|
||||||
|
* Add way to set form-wide schema validator.
|
||||||
|
|
||||||
|
* Add progress support when deleting a batch.
|
||||||
|
|
||||||
|
* Expose the Sale, TPR, Current price fields for label batch.
|
||||||
|
|
||||||
|
|
||||||
0.8.192 (2022-01-08)
|
0.8.192 (2022-01-08)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.192'
|
__version__ = '0.8.193'
|
||||||
|
|
Loading…
Reference in a new issue