Update changelog

This commit is contained in:
Lance Edgar 2022-12-28 16:08:14 -06:00
parent 1613de0d49
commit f091904925
2 changed files with 21 additions and 1 deletions

View file

@ -2,6 +2,26 @@
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)
--------------------

View file

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