diff --git a/CHANGELOG.md b/CHANGELOG.md index 147c1b31..a2f4cd36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog All notable changes to this project will be documented in this file. +## [3.5.0] - 2024-01-29 +### Fixed +* Improved and added zip support in extract command by @lxl66566 +* The `-gt` CLI did not recognize first argument as repo in some cases + ## [3.4.6] - 2023-12-26 ### Fixed * Looking at more tags in GitLab API to fix #135 diff --git a/src/lastversion/__about__.py b/src/lastversion/__about__.py index 59642450..8256878a 100644 --- a/src/lastversion/__about__.py +++ b/src/lastversion/__about__.py @@ -1,3 +1,3 @@ """Package metadata""" -__version__ = "3.4.6" +__version__ = "3.5.0" __self__ = "dvershinin/lastversion"