diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 20e9dbd7..5b886712 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.0" + ".": "2.1.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 68d3045f..fd44ddc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [2.1.1](https://github.com/mansenfranzen/autodoc_pydantic/compare/v2.1.0...v2.1.1) (2024-03-19) + + +### 🐛 Bug Fixes + +* Test please-release ([d4595bf](https://github.com/mansenfranzen/autodoc_pydantic/commit/d4595bf403ce0f85a23572397c0f12bffb68f3ef)) + + +### 🤡 Other Changes + +* Add `changelog-sections` to please-release ([#218](https://github.com/mansenfranzen/autodoc_pydantic/issues/218)) ([5355f98](https://github.com/mansenfranzen/autodoc_pydantic/commit/5355f98d77c5b0fe94358f4109d22d89a1eaedf2)) +* improve changelog ([b22840f](https://github.com/mansenfranzen/autodoc_pydantic/commit/b22840f1095cf82256a56d9fb2f27bd1710dae6c)) + + +### 🚀 CI/CD Pipeline + +* Update codcov GH action to newest version ([#219](https://github.com/mansenfranzen/autodoc_pydantic/issues/219)) ([b129602](https://github.com/mansenfranzen/autodoc_pydantic/commit/b1296028cc98f9b630c163e1483eed01d6011077)) + ## v2.1.0 - 2024-03-18 This is a maintenance and bugfix release extending support to pydantic diff --git a/docs/source/conf.py b/docs/source/conf.py index 0d2ef843..1ddbffe9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -31,7 +31,7 @@ author = 'Franz Wöllert' # The full version, including alpha/beta/rc tags -release = '2.1.0' # x-release-please-version +release = '2.1.1' # x-release-please-version # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 05500266..f3af0592 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "autodoc_pydantic" -version = "2.1.0" +version = "2.1.1" description = "Seamlessly integrate pydantic models in your Sphinx documentation." authors = ["mansenfranzen "] packages = [{ include = "sphinxcontrib" }]