Update changelog
This commit is contained in:
parent
1613de0d49
commit
f091904925
20
CHANGES.rst
20
CHANGES.rst
|
@ -2,6 +2,26 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.9.334 (2022-12-28)
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
* Update help text for Buefy version setting.
|
||||||
|
|
||||||
|
* Require caller to import tasks directly from ``rattail.luigi.tasks``.
|
||||||
|
|
||||||
|
* Be a bit smarter about making url for upgrade emails.
|
||||||
|
|
||||||
|
* Make static files optional, for new tailbone-integration project.
|
||||||
|
|
||||||
|
* Add initial logic for ``rattail cleanup`` command.
|
||||||
|
|
||||||
|
* Add basic models for tailbone page/fields help.
|
||||||
|
|
||||||
|
* Let handler strip batch execution kwargs which aren't JSON-safe.
|
||||||
|
|
||||||
|
* Avoid writing CSV file export when in dry-run mode.
|
||||||
|
|
||||||
|
|
||||||
0.9.333 (2022-12-22)
|
0.9.333 (2022-12-22)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.9.333'
|
__version__ = '0.9.334'
|
||||||
|
|
Loading…
Reference in a new issue