Skip to content

Commit

Permalink
Bump version 24.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tefra committed Nov 3, 2024
1 parent 827210b commit 1fec398
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 6 deletions.
16 changes: 16 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 24.11 (2024-11-03)

**Fixes**

- Avoid conflict with attributes named value when flattening extensions
([#1085](https://github.com/tefra/xsdata/pull/1085))

**Features**

- Add cli config to use generic collections
([#1082](https://github.com/tefra/xsdata/pull/1082))

**Deprecations**

- Drop support for python 3.8

## 24.9 (2024-09-21)

**Fixes**
Expand Down
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,18 @@ Check the [documentation](https://xsdata.readthedocs.io) for more ✨✨✨
- Support xinclude statements and unknown properties
- Customize behaviour through config

## Changelog: 24.9 (2024-09-21)
## Changelog: 24.11 (2024-11-03)

**Fixes**

- Fix typing annotations deprecation warning in Python 3.13
([#1077](https://github.com/tefra/xsdata/pull/1077))
- Avoid conflict with attributes named value when flattening extensions
([#1085](https://github.com/tefra/xsdata/pull/1085))

**Features**

- Allow generators as array elements
([#1074](https://github.com/tefra/xsdata/pull/1074))
- Add cli config to use generic collections
([#1082](https://github.com/tefra/xsdata/pull/1082))

**Deprecations**

- Drop support for python 3.8
2 changes: 1 addition & 1 deletion xsdata/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "24.9"
__version__ = "24.11"

0 comments on commit 1fec398

Please sign in to comment.