Skip to content

Commit

Permalink
Releasing v21.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tefra authored Nov 2, 2021
1 parent a9ddf1c commit d09ef4a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
21.11 (2021-11-02)
------------------
- Fixed unescaped quotes in regex pattern `#592 <https://github.com/tefra/xsdata/issues/592>`_
- Added config option fail_on_unknown_attributes `#597 <https://github.com/tefra/xsdata/issues/597>`_
- Fixed build for python 3.10

21.9 (2021-09-04)
-----------------
- Automate cli generate options `#578 <https://github.com/tefra/xsdata/pull/578>`_
Expand Down
18 changes: 5 additions & 13 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,16 +96,8 @@ Features
- Customize behaviour through config


Changelog: 21.9 (2021-09-04)
----------------------------
- Automate cli generate options `#578 <https://github.com/tefra/xsdata/pull/578>`_

- Generate cli options by the config model
- Allow to enable/disable any flag
- Allow to bypass any value from the config
- Removed -cf/-ri as we can't have switches with short names

- Fixed generator not cascading default values to inner classes `#579 <https://github.com/tefra/xsdata/issues/579>`_
- Re-raise xml syntax errors as xsdata.exceptions.ParserError `#571 <https://github.com/tefra/xsdata/issues/571>`_
- Added cli summary with recovered warnings and issues `#583 <https://github.com/tefra/xsdata/pull/583>`_
- Removed the native and lxml SAX handlers `#582 <https://github.com/tefra/xsdata/issues/582>`_
Changelog: 21.11 (2021-11-02)
-----------------------------
- Fixed unescaped quotes in regex pattern `#592 <https://github.com/tefra/xsdata/issues/592>`_
- Added config option fail_on_unknown_attributes `#597 <https://github.com/tefra/xsdata/issues/597>`_
- Fixed build for python 3.10
2 changes: 1 addition & 1 deletion xsdata/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "21.9"
__version__ = "21.11"

0 comments on commit d09ef4a

Please sign in to comment.