Skip to content

Commit

Permalink
Bump version to 0.9.2; update CHANGELOG for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
elliot-100 committed Jun 9, 2024
1 parent 5461e1f commit c675d0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
13 changes: 4 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ 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.2] - 2024-06-09

### Added
### Changed

- `Group.members_by_role|subgroup()` raises ValueError if passed instances aren't compatible
- Tests for `Group.member|role|subgroup_by_id()`, `Group.members_by_role|subgroup()`
- Update dev/test dependencies: pre-commit-hooks

### Fixed

Expand All @@ -29,7 +30,6 @@ Historic and pre-release versions aren't necessarily included.
### Fixed

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

- Docstring and README errors


Expand All @@ -38,7 +38,6 @@ Historic and pre-release versions aren't necessarily included.
### Changed

- BREAKING CHANGES: Significantly revised API - see README for details.

- Rewritten from scratch using Pydantic; much closer to API data structure

### Removed
Expand All @@ -55,11 +54,8 @@ Historic and pre-release versions aren't necessarily included.
### Changed

- Refactors; test improvements

- Use `ruff format` instead of `isort` + `black` in CI/pre-commit

- Update dev/test dependencies: mypy, pre-commit-hooks, pytest, ruff, types-python-dateutil

- Update CI dependencies: actions/setup_python

### Fixed
Expand All @@ -80,7 +76,6 @@ Historic and pre-release versions aren't necessarily included.
### Changed

- Simplify/rearrange tests

- Update dev/test dependencies: black, mypy, pytest, ruff, types-python-dateutil


Expand All @@ -100,14 +95,14 @@ Historic and pre-release versions aren't necessarily included.
### Added

- Documentation: This changelog

- Enforce linting with isort, black and ruff in CI using GitHub Actions

### Changed

- Update dev/test dependencies: ruff


[0.9.2]: https://github.com/elliot-100/Spond-classes/compare/v0.9.1...v0.9.2
[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
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.1"
version = "0.9.2"
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 c675d0e

Please sign in to comment.