Skip to content

Commit

Permalink
chore: release 0.34.0 (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
renatav authored Feb 4, 2025
1 parent d36070c commit 5c02fa3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
22 changes: 18 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog][keepachangelog],
and this project adheres to [Semantic Versioning][semver].


## [Unreleased]


### Added


### Changed


### Fixed


## [0.34.0]

### Added

- Added benchmark testing for test_clone_valid_happy_path [(584)]
Expand All @@ -18,6 +31,9 @@ Transition to the newest version of TUF [(561)]

### Fixed

[584]: https://github.com/openlawlibrary/taf/pull/584
[561]: https://github.com/openlawlibrary/taf/pull/561

## [0.33.2]

### Added
Expand All @@ -30,9 +46,6 @@ Transition to the newest version of TUF [(561)]

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

[584]: https://github.com/openlawlibrary/taf/pull/584
[561]: https://github.com/openlawlibrary/taf/pull/561


## [0.33.1]

Expand Down Expand Up @@ -1422,7 +1435,8 @@ Transition to the newest version of TUF [(561)]

[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.33.2...HEAD
[unreleased]: https://github.com/openlawlibrary/taf/compare/v0.34.0...HEAD
[0.34.0]: https://github.com/openlawlibrary/taf/compare/v0.33.2...v0.34.0
[0.33.2]: https://github.com/openlawlibrary/taf/compare/v0.33.1...v0.33.2
[0.33.1]: https://github.com/openlawlibrary/taf/compare/v0.33.0...v0.33.1
[0.33.0]: https://github.com/openlawlibrary/taf/compare/v0.32.4...v0.33.0
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.33.2"
VERSION = "0.34.0"
AUTHOR = "Open Law Library"
AUTHOR_EMAIL = "[email protected]"
DESCRIPTION = "Implementation of archival authentication"
Expand Down

0 comments on commit 5c02fa3

Please sign in to comment.