Skip to content

Commit

Permalink
Update CHANGELOG and version for 3.5.0 release
Browse files Browse the repository at this point in the history
This commit updates the CHANGELOG to reflect the main improvements and fixes for version 3.5.0, such as enhanced zip support for extraction. Also, it updates the version number in the `__about__.py` file accompanying the new release preparations.
  • Loading branch information
dvershinin committed Jan 28, 2024
1 parent f1e4f0c commit 4fdde5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/lastversion/__about__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Package metadata"""
__version__ = "3.4.6"
__version__ = "3.5.0"
__self__ = "dvershinin/lastversion"

0 comments on commit 4fdde5f

Please sign in to comment.