diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c7f200f..4e762c1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,12 @@ +1.3.0 - Sep 28, 2022. (sha 3e9342622ab8bb2b6b18ef1fd32625e246eec66a) +-------------------------------------------------------------------- + +* Added tpv format command for prettying and ordering tpv tool lists +* Support for overriding destination name +* Fix some bugs in context variable handling +* Misc. bug fixes and refactoring + + 1.2.0 - Jun 15, 2022. (sha 872d200f3bfeb7356ba76bb1ee14134a50608d92) -------------------------------------------------------------------- diff --git a/tpv/__init__.py b/tpv/__init__.py index 523f71a..92f4532 100644 --- a/tpv/__init__.py +++ b/tpv/__init__.py @@ -1,7 +1,7 @@ """Total Perspective Vortex library setup.""" # Current version of the library -__version__ = "1.2.0" +__version__ = "1.3.0" def get_version():