Skip to content

Commit

Permalink
chore: release 0.33.0 (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
renatav authored Dec 23, 2024
1 parent f23c257 commit 82377f5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning][semver].

### Added

### Changed

### Fixed

## [0.33.0]

### Added

- Add tests for `get_last_remote_commit` and `reset_to_commit` ([573])
- Remove unused optional parameter from _yk_piv_ctrl ([572])
- Implement full partial update. Store last validated commit per repo ([559)])
Expand Down Expand Up @@ -1377,7 +1385,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.32.4...HEAD
[unreleased]: https://github.com/openlawlibrary/taf/compare/v0.33.0...HEAD
[0.33.0]: https://github.com/openlawlibrary/taf/compare/v0.32.4...v0.33.0
[0.32.4]: https://github.com/openlawlibrary/taf/compare/v0.32.3...v0.32.4
[0.32.3]: https://github.com/openlawlibrary/taf/compare/v0.32.2...v0.32.3
[0.32.2]: https://github.com/openlawlibrary/taf/compare/v0.32.1...v0.32.2
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.4"
VERSION = "0.33.0"
AUTHOR = "Open Law Library"
AUTHOR_EMAIL = "[email protected]"
DESCRIPTION = "Implementation of archival authentication"
Expand Down

0 comments on commit 82377f5

Please sign in to comment.