From d1ba4203256171a782d1a68f1320a06f0c646783 Mon Sep 17 00:00:00 2001 From: Elliot <3186037+elliot-100@users.noreply.github.com> Date: Mon, 16 Sep 2024 22:18:04 +0100 Subject: [PATCH] Bump version to 0.11.2; update CHANGELOG --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f292595..50293cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 42ba76a..5c1457d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 <3186037+elliot-100@users.noreply.github.com>"] readme = "README.md"