diff --git a/CHANGES.rst b/CHANGES.rst index ccc5b1a..4cff822 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,22 @@ CHANGELOG ========= +0.3.3 (2023-09-25) +------------------ + +* Add separate functions for dump, restore of mysql DB. + +* Preserve correct owner for ``.bashrc`` when configuring node.js. + +* Move sql file to temp path when restoring postgres db. + +* Add ``clang`` workaround for pythonz. + +* Add ``mysql.get_version_string()`` convenience function. + +* Add option to skip raw SQL file when dumping postgres DB. + + 0.3.2 (2023-06-10) ------------------ diff --git a/rattail_fabric2/_version.py b/rattail_fabric2/_version.py index 12fd589..d311857 100644 --- a/rattail_fabric2/_version.py +++ b/rattail_fabric2/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.3.2' +__version__ = '0.3.3'