From aac1f6e7ee33e9097dfb105c1b9bd6afd6da8772 Mon Sep 17 00:00:00 2001 From: Elliot <3186037+elliot-100@users.noreply.github.com> Date: Tue, 19 Dec 2023 16:56:46 +0000 Subject: [PATCH] Bump version to 0.8.0; update CHANGELOG for new version --- CHANGELOG.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e4bdc8..d87f095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project tries to adhere to [Semantic Versioning](https://semver.org/spe Historic and pre-release versions aren't necessarily included. -## [UNRELEASED] - TBC +## [0.8.0] - 2023-12-19 ### Changed @@ -150,7 +150,7 @@ Historic and pre-release versions aren't necessarily included. - Update dev dependencies: mypy, pylint, test, types-requests, types-beautifulsoup4 -[UNRELEASED]: https://github.com/elliot-100/britishcycling-clubs/compare/v0.7.0...HEAD +[0.8.0]: https://github.com/elliot-100/britishcycling-clubs/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/elliot-100/britishcycling-clubs/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/elliot-100/britishcycling-clubs/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/elliot-100/britishcycling-clubs/compare/v0.4.2...v0.5.0 diff --git a/pyproject.toml b/pyproject.toml index ed5deb9..c41cd4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "britishcycling-clubs" -version = "0.7.0" +version = "0.8.0" description = "Unofficial library to automate aspects of British/Scottish/Welsh Cycling's club Membership Manager system" authors = ["elliot-100 <3186037+elliot-100@users.noreply.github.com>"] readme = "README.md"