From 44ab9b63767611697067e281f9c2fda2719937bc Mon Sep 17 00:00:00 2001 From: Elliot <3186037+elliot-100@users.noreply.github.com> Date: Mon, 15 Jul 2024 15:38:39 +0100 Subject: [PATCH] Bump version to 0.10.0; update CHANGELOG --- CHANGELOG.md | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d49f39..100fea5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,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.10.0] - 20204-07-15 ### Changed @@ -20,6 +20,7 @@ Historic and pre-release versions aren't necessarily included. - Only get logger once, rather than for every log message - Docs: docstring simplification, improvements - Dev dependencies: add pdoc +- Linting/CI: tighten ruff config ## [0.9.1] - 2024-07-13 @@ -203,6 +204,7 @@ Historic and pre-release versions aren't necessarily included. - Update dev dependencies: mypy, pylint, test, types-requests, types-beautifulsoup4 +[0.10.0]: https://github.com/elliot-100/britishcycling-clubs/compare/v0.9.1...v0.10.0 [0.9.1]: https://github.com/elliot-100/britishcycling-clubs/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/elliot-100/britishcycling-clubs/compare/v0.8.1...v0.9.0 [0.8.1]: https://github.com/elliot-100/britishcycling-clubs/compare/v0.8.0...v0.8.1 diff --git a/pyproject.toml b/pyproject.toml index 061f38b..c02b462 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "britishcycling-clubs" -version = "0.9.1" +version = "0.10.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"