Skip to content

Commit

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


## [0.11.2] - 2024-09-16

### Fixed

- pdoc wouldn't render; solved by setting Pydantic dependency < 2.9


## [0.11.1] - 2024-09-16

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

0 comments on commit d1ba420

Please sign in to comment.