Skip to content

Commit

Permalink
Bump version to 0.9.1; update CHANGELOG for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
elliot-100 committed May 10, 2024
1 parent 8ccdc7b commit 7798530
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ and this project tries to adhere to [Semantic Versioning](https://semver.org/spe
Historic and pre-release versions aren't necessarily included.


## [0.9.1] - 2024-05-10

### Changed

- Docstring and README improvements

### Fixed

- `Member`, `Role`, `Subgroup` were removed from in top-level namespace

- Docstring and README errors


## [0.9.0] - 2024-05-09

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


[0.9.1]: https://github.com/elliot-100/Spond-classes/compare/v0.9.0...v0.9.1
[0.9.0]: https://github.com/elliot-100/Spond-classes/compare/v0.8.1...v0.9.0
[0.8.1]: https://github.com/elliot-100/Spond-classes/compare/v0.8.0...v0.8.1
[0.8.0]: https://github.com/elliot-100/Spond-classes/compare/v0.7.3...v0.8.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.9.0"
version = "0.9.1"
description = "Experimental Python class abstraction layer for `spond` package."
authors = ["elliot-100 <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 7798530

Please sign in to comment.