Skip to content

Commit

Permalink
Merge pull request #206 from mansenfranzen/update_changelog
Browse files Browse the repository at this point in the history
Update changelog
  • Loading branch information
mansenfranzen authored Mar 12, 2024
2 parents 9527b6a + 71ed309 commit 5376afd
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,28 @@ Changelog
v2.1.0 - 2024-01-XX
-------------------

This is a maintenance and bugfix release extending support to pydantic v2.5,
This is a maintenance and bugfix release extending support to pydantic v2.6,
sphinx v7.2 and python 3.12 while dropping support for python 3.7 which has
reached EOL.

Features
~~~~~~~~

- Hide ``model_computed_fields`` for pydantic models.
- Hide ``settings_customise_sources`` for pydantic settings.

Testing
~~~~~~~

- Add pydantic 2.2/2.3/2.4/2.5 to test matrix.
- Add pydantic 2.2/2.3/2.4/2.5/2.6 to test matrix.
- Add sphinx 7.1/7.2 to test matrix.
- Add python 3.12 to test matrix.
- Remove python 3.7 from test matrix.
- Remove obsolete `skip ci` condition from github actions.
- Update ``conftest`` to use ``pathlib`` instead of older Sphinx
``sphinx.testing.path`` module that is being deprecated for
forward-compatibility with newer Sphinx versions.
- Fix duplicated teset name ``test_non_field_attributes``.

Bugfix
~~~~~~
Expand Down Expand Up @@ -59,6 +66,9 @@ Contributors
- Thanks to `caerulescens <https://github.com/caerulescens>`__ for providing a
PR to add pydantic to PyPI classifiers
`#179 <https://github.com/mansenfranzen/autodoc_pydantic/pull/179>`__.
- Thanks to `spacemanspiff2007 <https://github.com/spacemanspiff2007>`__ for
hiding ``model_computed_fields`` and ``settings_customise_sources``
`#202 <https://github.com/mansenfranzen/autodoc_pydantic/pull/202>`__.

v2.0.1 - 2023-08-01
-------------------
Expand Down

0 comments on commit 5376afd

Please sign in to comment.