Skip to content

Commit

Permalink
chore: update changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sale3 committed Nov 20, 2024
1 parent 334e989 commit 9ec1dc9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion 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.2]

### Added

### Changed

- Make url optional for `get_last_remote_commit` ([564])

### Fixed


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

## [0.32.1] - 11/01/2024

### Added
Expand Down Expand Up @@ -1332,7 +1345,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.1...HEAD
[unreleased]: https://github.com/openlawlibrary/taf/compare/v0.32.2...HEAD
[0.32.2]: https://github.com/openlawlibrary/taf/compare/v0.32.1...v0.32.2
[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
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.1"
VERSION = "0.32.2"
AUTHOR = "Open Law Library"
AUTHOR_EMAIL = "info@openlawlib.org"
DESCRIPTION = "Implementation of archival authentication"
Expand Down

0 comments on commit 9ec1dc9

Please sign in to comment.