Skip to content

Commit

Permalink
chore: update changelog - release 0.23.1 (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
n-dusan authored Jan 13, 2023
1 parent 12899c4 commit 9e268e5
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
26 changes: 22 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,34 @@ and this project adheres to [Semantic Versioning][semver].

### Added

- Auto-detect default branch ([300])

### Changed

### Fixed

## [0.23.1] - 01/13/2022

### Added

### Changed

### Fixed
- Fix `clone_or_pull` method ([303])
- Remove pytest11 default entrypoint ([301])


[303]: https://github.com/openlawlibrary/taf/pull/303

## [0.23.0] - 12/27/2022

### Added

- Auto-detect default branch ([300])

### Changed

### Fixed

- Remove pytest11 default entrypoint ([301])

[301]: https://github.com/openlawlibrary/taf/pull/301
[300]: https://github.com/openlawlibrary/taf/pull/300

Expand Down Expand Up @@ -844,7 +861,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.0...HEAD
[unreleased]: https://github.com/openlawlibrary/taf/compare/v0.23.1...HEAD
[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
[0.22.3]: https://github.com/openlawlibrary/taf/compare/v0.22.2...v0.22.3
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.0"
VERSION = "0.23.1"
AUTHOR = "Open Law Library"
AUTHOR_EMAIL = "[email protected]"
DESCRIPTION = "Implementation of archival authentication"
Expand Down

0 comments on commit 9e268e5

Please sign in to comment.