Skip to content

Commit

Permalink
Bump version to 0.14.0; update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
elliot-100 committed Dec 27, 2024
1 parent e413582 commit 3a3daf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +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.14.0] - 2024-12-27

### Added

- Explicit constructors `Event.from_dict()`, `Group.from_dict()`
- Tests: missing tests for `Profile` optional attributes
- Tests: missing tests for `Profile` optional attributes; simplify `Event` tests

### Changed

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


[0.14.0]: https://github.com/elliot-100/Spond-classes/compare/v0.13.1...v0.14.0
[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
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.1"
version = "0.14.0"
description = "Unofficial class abstraction layer for the `spond` library package."
license = "GPL-3.0-only"
authors = ["elliot-100 <[email protected]>"]
Expand Down

0 comments on commit 3a3daf9

Please sign in to comment.