diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ef38b8c..d47e7d1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,10 @@ +1.1.0 - Mar 25, 2022. (sha 0e65d9a6a16bbbfd463031677067e1af9f4dac64) +-------------------------------------------------------------------- + +* The "match" clause has been deprecated and renamed to "if", for easier readability of rules. +* When no default mapping for a tool exists, choose the first available destination for a simpler initial experience. +* A sample config file has been added to provide a starting point for new TPV users. + 1.0.0 - Mar 07, 2022. (sha 2e082a4ec0868e03df1b902562810873421823e5) -------------------------------------------------------------------- diff --git a/vortex/__init__.py b/vortex/__init__.py index f16707b..74fc4b6 100644 --- a/vortex/__init__.py +++ b/vortex/__init__.py @@ -1,7 +1,7 @@ """Total Perspective Vortex library setup.""" # Current version of the library -__version__ = "1.0.0" +__version__ = "1.1.0" def get_version():