Skip to content

Commit

Permalink
chore: bump version to 0.24.0 and update changelog (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
renatav authored Feb 21, 2023
1 parent de7babe commit 4950c54
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning][semver].

### Added

### Changed

### Fixed


## [0.23.2] - 02/21/2022

### Added

- Add git methods for adding an remove remotes and check if merge conflicts occurred ([309])
- Add a command for updating and signing targets of specified typed ([308])

Expand Down Expand Up @@ -871,7 +880,8 @@ and this project adheres to [Semantic Versioning][semver].

[keepachangelog]: https://keepachangelog.com/en/1.0.0/
[semver]: https://semver.org/spec/v2.0.0.html
[unreleased]: https://github.com/openlawlibrary/taf/compare/v0.23.1...HEAD
[unreleased]: https://github.com/openlawlibrary/taf/compare/v0.24.0...HEAD
[0.24.0]: https://github.com/openlawlibrary/taf/compare/v0.23.1...v0.24.0
[0.23.1]: https://github.com/openlawlibrary/taf/compare/v0.23.0...v0.23.1
[0.23.0]: https://github.com/openlawlibrary/taf/compare/v0.22.4...v0.23.0
[0.22.4]: https://github.com/openlawlibrary/taf/compare/v0.22.3...v0.22.4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from importlib.util import find_spec

PACKAGE_NAME = "taf"
VERSION = "0.23.1"
VERSION = "0.24.0"
AUTHOR = "Open Law Library"
AUTHOR_EMAIL = "[email protected]"
DESCRIPTION = "Implementation of archival authentication"
Expand Down

0 comments on commit 4950c54

Please sign in to comment.