Skip to content

Commit

Permalink
Merge pull request #271 from openlawlibrary/release/0.21.1
Browse files Browse the repository at this point in the history
chore: update changelog - release 0.21.1
  • Loading branch information
n-dusan authored Sep 7, 2022
2 parents 8677776 + 62400fd commit 1db5624
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,23 @@ and this project adheres to [Semantic Versioning][semver].

### Fixed


## [0.21.1] - 09/07/2022

### Added

### Changed

### Fixed

- Extended `top_commit_of_branch`, support references which are not branches, like HEAD ([270])
- Add pygit_repo error handling and fix couple of `git.py` logs ([269])


[270]: https://github.com/openlawlibrary/taf/pull/270
[269]: https://github.com/openlawlibrary/taf/pull/269


## [0.21.0] - 08/30/2022

### Added
Expand Down Expand Up @@ -743,7 +753,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.21.0...HEAD
[Unreleased]: https://github.com/openlawlibrary/taf/compare/v0.21.1...HEAD
[0.21.1]: https://github.com/openlawlibrary/taf/compare/v0.20.0...v0.21.1
[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
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.21.0"
VERSION = "0.21.1"
AUTHOR = "Open Law Library"
AUTHOR_EMAIL = "[email protected]"
DESCRIPTION = "Implementation of archival authentication"
Expand Down

0 comments on commit 1db5624

Please sign in to comment.