Skip to content

Commit d242105

Browse files
authored
Releasing v24.11 (#1086)
1 parent 827210b commit d242105

File tree

3 files changed

+26
-6
lines changed

3 files changed

+26
-6
lines changed

CHANGES.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 24.11 (2024-11-03)
2+
3+
**Fixes**
4+
5+
- Avoid conflict with attributes named value when flattening extensions
6+
([#1085](https://github.com/tefra/xsdata/pull/1085))
7+
8+
**Features**
9+
10+
- Add cli config to use generic collections
11+
([#1082](https://github.com/tefra/xsdata/pull/1082))
12+
13+
**Deprecations**
14+
15+
- Drop support for python 3.8
16+
117
## 24.9 (2024-09-21)
218

319
**Fixes**

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,18 @@ Check the [documentation](https://xsdata.readthedocs.io) for more ✨✨✨
7474
- Support xinclude statements and unknown properties
7575
- Customize behaviour through config
7676

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

7979
**Fixes**
8080

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

8484
**Features**
8585

86-
- Allow generators as array elements
87-
([#1074](https://github.com/tefra/xsdata/pull/1074))
86+
- Add cli config to use generic collections
87+
([#1082](https://github.com/tefra/xsdata/pull/1082))
88+
89+
**Deprecations**
90+
91+
- Drop support for python 3.8

xsdata/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "24.9"
1+
__version__ = "24.11"

0 commit comments

Comments
 (0)