Skip to content

Commit

Permalink
chore: update changelog and bump version to 0.21.0 (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
renatav authored Aug 30, 2022
1 parent ef53125 commit d078516
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 @@ -10,6 +10,15 @@ and this project adheres to [Semantic Versioning][semver].

### Added

### Changed

### Fixed


## [0.21.0] - 08/30/2022

### Added

- Add support for multiple branch and capstone files ([266])
- Add cli metadata command that checks if metadata roles are soon to expire ([261])
- Document a solution to a YubiKey communication issue ([257])
Expand Down Expand Up @@ -728,7 +737,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.20.0...HEAD
[Unreleased]: https://github.com/openlawlibrary/taf/compare/v0.21.0...HEAD
[0.21.0]: https://github.com/openlawlibrary/taf/compare/v0.20.0...v0.21.0
[0.20.0]: https://github.com/openlawlibrary/taf/compare/v0.19.0...v0.20.0
[0.19.0]: https://github.com/openlawlibrary/taf/compare/v0.18.0...v0.19.0
[0.18.0]: https://github.com/openlawlibrary/taf/compare/v0.17.0...v0.18.0
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.20.0"
VERSION = "0.21.0"
AUTHOR = "Open Law Library"
AUTHOR_EMAIL = "[email protected]"
DESCRIPTION = "Implementation of archival authentication"
Expand Down

0 comments on commit d078516

Please sign in to comment.