14
0

- Update to 0.13:

* Make it clear when using input from ``stdin``, #96
  * Fix summary for ``allOf``, #100
  * ``setuptools`` plugin:
    * Improve validation of ``attr`` directives, #101

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-validate-pyproject?expand=0&rev=7
This commit is contained in:
2023-05-30 10:19:02 +00:00
committed by Git OBS Bridge
parent b7d662f48c
commit 28de1f4945
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue May 30 10:17:06 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Update to 0.13:
* Make it clear when using input from ``stdin``, #96
* Fix summary for ``allOf``, #100
* ``setuptools`` plugin:
* Improve validation of ``attr`` directives, #101
-------------------------------------------------------------------
Fri May 12 09:59:00 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>