Skip to content

Commit

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


## [0.13.1] - 2024-11-19

### Changed

- Remove upper bound on Python version
- Docs: add intro, highlight `Event` and `Group` classes
- Tests: instantiate with `MyClass(**dict)` instead of Pydantic internals; refactor fixtures


## [0.13.0] - 2024-11-04

### Added
Expand Down Expand Up @@ -194,6 +203,8 @@ Historic and pre-release versions aren't necessarily included.
- Update dev/test dependencies: ruff


[0.13.1]: https://github.com/elliot-100/Spond-classes/compare/v0.13.0...v0.13.1
[0.13.0]: https://github.com/elliot-100/Spond-classes/compare/v0.12.0...v0.13.0
[0.12.0]: https://github.com/elliot-100/Spond-classes/compare/v0.11.2...v0.12.0
[0.11.2]: https://github.com/elliot-100/Spond-classes/compare/v0.11.1...v0.11.2
[0.11.1]: https://github.com/elliot-100/Spond-classes/compare/v0.11.0...v0.11.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
package-mode = true
name = "spond-classes"
version = "0.13.0"
version = "0.13.1"
description = "Unofficial class abstraction layer for the `spond` library package."
license = "GPL-3.0-only"
authors = ["elliot-100 <3186037+elliot-100@users.noreply.github.com>"]
Expand Down

0 comments on commit aa3bd87

Please sign in to comment.