Skip to content

Commit

Permalink
Bump version to 0.10.1; update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
elliot-100 committed Jul 2, 2024
1 parent 20d0e51 commit 9edcb37
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.8
rev: v0.5.0
hooks:
- id: ruff-format
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,19 @@ and this project tries to adhere to [Semantic Versioning](https://semver.org/spe

Historic and pre-release versions aren't necessarily included.

## [0.10.0] - 2024-06-19

## [0.10.1] - 2024-07-02

### Changed

- Update dev dependencies: ruff, pre-commit-hooks

### Fixed

- Docs: licence classifier, docstring omissions, backticks and paragraph breaks


- ## [0.10.0] - 2024-06-19

### Changed

Expand All @@ -20,7 +32,7 @@ Historic and pre-release versions aren't necessarily included.

- `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
- Update dev dependency: pre-commit-hooks

### Fixed

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


[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
[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
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.10.0.post2"
version = "0.10.1"
description = "Experimental Python class abstraction layer for `spond` package."
authors = ["elliot-100 <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 9edcb37

Please sign in to comment.