From fbf685379f72c0c6bccb9c1db2c6ffe624011f78 Mon Sep 17 00:00:00 2001 From: Renata Date: Fri, 10 Nov 2023 17:02:10 +0100 Subject: [PATCH] chore: release 0.28.0 --- CHANGELOG.md | 15 ++++++++++++++- README.md | 2 +- setup.py | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e76902ca..a451e4cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]) @@ -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 diff --git a/README.md b/README.md index 1505b090..faba59ee 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.py b/setup.py index 2d7a7c78..fa660f7e 100644 --- a/setup.py +++ b/setup.py @@ -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 = "info@openlawlib.org" DESCRIPTION = "Implementation of archival authentication"