Skip to content

Commit

Permalink
chore: release 0.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renatav committed Nov 1, 2024
1 parent a37d4bd commit 33247b9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
20 changes: 17 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ and this project adheres to [Semantic Versioning][semver].

### Fixed

## [0.32.1] - 11/01/2024

### Added

### Changed

### Fixed

- Fix two git methods where `GitError` was not being instantiated correctly ([562])
- Fix determination of auth commits to be validated when starting the update from the beginning ([562])

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

## [0.32.0] - 10/23/2024

### Added
Expand All @@ -23,8 +36,8 @@ and this project adheres to [Semantic Versioning][semver].

### Fixed

- Fix specification of pygit2 version depending on the Python version [(558)]
- Fix validation and listing targets of an auth repo that does not contain `mirrors.json` [(558)]
- Fix specification of pygit2 version depending on the Python version ([558])
- Fix validation and listing targets of an auth repo that does not contain `mirrors.json` ([558])

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

Expand Down Expand Up @@ -1319,7 +1332,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.31.2...HEAD
[unreleased]: https://github.com/openlawlibrary/taf/compare/v0.32.1...HEAD
[0.32.1]: https://github.com/openlawlibrary/taf/compare/v0.32.0...v0.32.1
[0.32.0]: https://github.com/openlawlibrary/taf/compare/v0.31.2...v0.32.0
[0.31.2]: https://github.com/openlawlibrary/taf/compare/v0.31.1...v0.31.2
[0.31.1]: https://github.com/openlawlibrary/taf/compare/v0.31.0...v0.31.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import find_packages, setup

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

0 comments on commit 33247b9

Please sign in to comment.