From 427fc6b3401dc32562665f9ef888be5c7abf96b8 Mon Sep 17 00:00:00 2001 From: Nuwan Goonasekera <2070605+nuwang@users.noreply.github.com> Date: Wed, 25 May 2022 10:38:16 +0530 Subject: [PATCH] Add change log and set release version to 1.1.0 --- CHANGELOG.rst | 7 +++++++ vortex/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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():