Skip to content

Commit

Permalink
chore: release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 23, 2024
1 parent eb8e2e9 commit 751b209
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.2.0"
".": "2.2.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.2.1](https://github.com/mansenfranzen/autodoc_pydantic/compare/v2.2.0...v2.2.1) (2024-09-23)


### 👥 Contributors

* add azmeuk as a contributor for question ([#305](https://github.com/mansenfranzen/autodoc_pydantic/issues/305)) ([c90f903](https://github.com/mansenfranzen/autodoc_pydantic/commit/c90f903c63b9302dc534a6b6fd24f1e59374ae11))
* add Ecaloota as a contributor for question ([#307](https://github.com/mansenfranzen/autodoc_pydantic/issues/307)) ([21a2656](https://github.com/mansenfranzen/autodoc_pydantic/commit/21a26568f2a4ff4fbf6b1a21d1bf3905c604bec5))
* add jlnav as a contributor for question ([#308](https://github.com/mansenfranzen/autodoc_pydantic/issues/308)) ([eb8e2e9](https://github.com/mansenfranzen/autodoc_pydantic/commit/eb8e2e98799e30e727a1fc29cc2e891dc67ce8de))

## [2.2.0](https://github.com/mansenfranzen/autodoc_pydantic/compare/v2.1.0...v2.2.0) (2024-04-26)


Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
author = 'Franz Wöllert'

# The full version, including alpha/beta/rc tags
release = '2.2.0' # x-release-please-version
release = '2.2.1' # x-release-please-version

# -- General configuration ---------------------------------------------------

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 = "autodoc_pydantic"
version = "2.2.0"
version = "2.2.1"
description = "Seamlessly integrate pydantic models in your Sphinx documentation."
authors = ["mansenfranzen <[email protected]>"]
packages = [{ include = "sphinxcontrib" }]
Expand Down

0 comments on commit 751b209

Please sign in to comment.