From 9e268e509ab8b13262dc02db310f711e51311625 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Nikoli=C4=87?= <57295098+n-dusan@users.noreply.github.com> Date: Fri, 13 Jan 2023 18:48:13 +0100 Subject: [PATCH] chore: update changelog - release 0.23.1 (#304) --- CHANGELOG.md | 26 ++++++++++++++++++++++---- setup.py | 2 +- 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6245f487..9cb352bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,17 +9,34 @@ and this project adheres to [Semantic Versioning][semver]. ### Added -- Auto-detect default branch ([300]) - ### Changed ### Fixed +## [0.23.1] - 01/13/2022 + +### Added + +### Changed + +### Fixed - Fix `clone_or_pull` method ([303]) -- Remove pytest11 default entrypoint ([301]) [303]: https://github.com/openlawlibrary/taf/pull/303 + +## [0.23.0] - 12/27/2022 + +### Added + +- Auto-detect default branch ([300]) + +### Changed + +### Fixed + +- Remove pytest11 default entrypoint ([301]) + [301]: https://github.com/openlawlibrary/taf/pull/301 [300]: https://github.com/openlawlibrary/taf/pull/300 @@ -844,7 +861,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.23.0...HEAD +[unreleased]: https://github.com/openlawlibrary/taf/compare/v0.23.1...HEAD +[0.23.1]: https://github.com/openlawlibrary/taf/compare/v0.23.0...v0.23.1 [0.23.0]: https://github.com/openlawlibrary/taf/compare/v0.22.4...v0.23.0 [0.22.4]: https://github.com/openlawlibrary/taf/compare/v0.22.3...v0.22.4 [0.22.3]: https://github.com/openlawlibrary/taf/compare/v0.22.2...v0.22.3 diff --git a/setup.py b/setup.py index 44509dba..47b3d73e 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from importlib.util import find_spec PACKAGE_NAME = "taf" -VERSION = "0.23.0" +VERSION = "0.23.1" AUTHOR = "Open Law Library" AUTHOR_EMAIL = "info@openlawlib.org" DESCRIPTION = "Implementation of archival authentication"