File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,19 @@ Changelog
8
8
9
9
Version 0.24
10
10
============
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
+
12
24
13
25
Version 0.23
14
26
============
You can’t perform that action at this time.
0 commit comments