File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
88
99## [ Unreleased]
10+
11+ ## [ 0.4.0] - 2023-03-15
1012### Added
1113- Added support for Python ` 3.10 `
1214- Added [ Rich] ( https://github.com/Textualize/rich ) integration to beatify CLI
@@ -44,6 +46,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4446- First version of CLI added
4547
4648
47- [ Unreleased ] : https://github.com/alirezatheh/perke/compare/v0.3.5...HEAD
49+ [ Unreleased ] : https://github.com/alirezatheh/perke/compare/v0.4.0...HEAD
50+ [ 0.4.0 ] : https://github.com/alirezatheh/perke/compare/v0.3.5...v0.4.0
4851[ 0.3.5 ] : https://github.com/alirezatheh/perke/compare/v0.3.4...v0.3.5
4952[ 0.3.4 ] : https://github.com/alirezatheh/perke/releases/tag/v0.3.4
Original file line number Diff line number Diff line change 11[bumpver ]
2- current_version = ' 0.3.5 '
2+ current_version = ' 0.4.0 '
33version_pattern = ' MAJOR.MINOR.PATCH'
44
55[bumpver .file_patterns ]
Original file line number Diff line number Diff line change 1- __version__ = '0.3.5 '
1+ __version__ = '0.4.0 '
You can’t perform that action at this time.
0 commit comments