Skip to content

Commit 14a365c

Browse files
committed
Update CHANGELOG
1 parent 7dd8b07 commit 14a365c

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,19 @@ Changelog
88
99
Version 0.24
1010
============
11-
* Fix integration with SchemaStore by loading extra/side schemas by @henryiii, #226, #229
11+
* Fix integration with ``SchemaStore`` by loading extra/side schemas, #226, #229.
12+
* Add support for loading extra schemas, #226.
13+
* Fixed verify author dict is not empty, #232.
14+
* Added support for ``validate_pyproject.multi_schema`` plugins with extra schemas, #231.
15+
* ``validate-pyproject`` no longer communicates test dependencies via the ``tests``
16+
extra and documentation dependencies dependencies via the ``docs/requirements.txt`` file.
17+
Instead :doc:`pypa:dependency-groups` have been adopted to support CI environments, #227.
18+
19+
As a result, ``uv``'s high level interface also works for developers. You can use the :pypi:`dependency-groups`
20+
package on PyPI if you need to convert to a classic requirements list.
21+
22+
Contributions by @henryiii.
23+
1224

1325
Version 0.23
1426
============

0 commit comments

Comments
 (0)