Skip to content

Commit

Permalink
chore: release 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renatav committed Nov 10, 2023
1 parent b3af910 commit fbf6853
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ and this project adheres to [Semantic Versioning][semver].
## [Unreleased]


### Added


### Changed


### Fixed


## [0.28.0] - 11/10/2023


### Added

- Implement tests for the functions which are directly called by the cli (API package) ([362])
Expand Down Expand Up @@ -1003,7 +1015,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.27.0...HEAD
[unreleased]: https://github.com/openlawlibrary/taf/compare/v0.28.0...HEAD
[0.28.0]: https://github.com/openlawlibrary/taf/compare/v0.27.0...v0.28.0
[0.27.0]: https://github.com/openlawlibrary/taf/compare/v0.26.1...v0.27.0
[0.26.1]: https://github.com/openlawlibrary/taf/compare/v0.26.0...v0.26.1
[0.26.0]: https://github.com/openlawlibrary/taf/compare/v0.25.0...v0.26.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Such an attacker could then:
TAF's primary objective is not to prevent the attacks listed above but rather to detect when
an attack has occurred and halt an update if necessary. Thus, TAF should be used instead of
directly calling `git pull` and `git clone`.
```


## Further reading

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.27.0"
VERSION = "0.28.0"
AUTHOR = "Open Law Library"
AUTHOR_EMAIL = "[email protected]"
DESCRIPTION = "Implementation of archival authentication"
Expand Down

0 comments on commit fbf6853

Please sign in to comment.