Skip to content

Commit

Permalink
Bump version to 0.11.1; update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
elliot-100 committed Sep 16, 2024
1 parent 93708a5 commit 0a00e47
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ 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.11.1] - 2024-09-16

#### Added

- Tests for `Group.member|role|subgroup_by_id()` when `Group.members|roles|subgroups`
is empty

### Changed

Expand Down Expand Up @@ -155,6 +160,7 @@ Historic and pre-release versions aren't necessarily included.
- Update dev/test dependencies: ruff


[0.11.1]: https://github.com/elliot-100/Spond-classes/compare/v0.11.0...v0.11.1
[0.11.0]: https://github.com/elliot-100/Spond-classes/compare/v0.10.1...v0.11.0
[0.10.1]: https://github.com/elliot-100/Spond-classes/compare/v0.10.0...v0.10.1
[0.10.0]: https://github.com/elliot-100/Spond-classes/compare/v0.9.2...v0.10.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 = "spond-classes"
version = "0.11.0"
version = "0.11.1"
description = "Experimental Python class abstraction layer for `spond` package."
authors = ["elliot-100 <3186037+elliot-100@users.noreply.github.com>"]
readme = "README.md"
Expand Down

0 comments on commit 0a00e47

Please sign in to comment.