Update changelog
This commit is contained in:
parent
ae7cb45ab3
commit
c13e9ff23c
16
CHANGES.rst
16
CHANGES.rst
|
@ -2,6 +2,22 @@
|
||||||
CHANGELOG
|
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)
|
0.3.2 (2023-06-10)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.3.2'
|
__version__ = '0.3.3'
|
||||||
|
|
Loading…
Reference in a new issue