Skip to content

Commit

Permalink
Bump version to 0.9.0; update CHANGELOG for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
elliot-100 committed Dec 20, 2023
1 parent 8a3d367 commit fb5f6b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@ 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.9.0] - 2023-12-20

### Added

- `club_profile_url` and `club_manager_url_via_login()`

### Changed

- Update dev/test dependencies: black, ruff, types-beautifulsoup4


## [0.8.1] - 2023-12-19

Expand Down Expand Up @@ -166,6 +170,7 @@ Historic and pre-release versions aren't necessarily included.
- Update dev dependencies: mypy, pylint, test, types-requests, types-beautifulsoup4


[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
[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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "britishcycling-clubs"
version = "0.8.1"
version = "0.9.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"
Expand Down

0 comments on commit fb5f6b2

Please sign in to comment.