File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.0.0 "
2
+ "." : " 1.0.1 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.0.1] ( https://github.com/martinblech/xmltodict/compare/v1.0.0...v1.0.1 ) (2025-09-17)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * fail closed when entities disabled ([ c986d2d] ( https://github.com/martinblech/xmltodict/commit/c986d2d37a93d45fcc059b09063d9d9c45a655ec ) )
9
+ * validate XML comments ([ 3d4d2d3] ( https://github.com/martinblech/xmltodict/commit/3d4d2d3a4cd0f68d1211dba549010261fa87b969 ) )
10
+
11
+
12
+ ### Documentation
13
+
14
+ * add SECURITY.md ([ 6413023] ( https://github.com/martinblech/xmltodict/commit/64130233c8fea272a5f82f2f585e1593523ec1b1 ) )
15
+ * clarify behavior for empty lists ([ 2025b5c] ( https://github.com/martinblech/xmltodict/commit/2025b5cb5e64fc9c4d54b8644187a0a193bdd0ed ) )
16
+ * clarify process_comments docs ([ 6b464fc] ( https://github.com/martinblech/xmltodict/commit/6b464fce284a93dbb292f3d063c9f310a478a014 ) )
17
+ * clarify strip whitespace comment behavior ([ b3e2203] ( https://github.com/martinblech/xmltodict/commit/b3e22032d21cc387d6cecf3930116e8fdc3151cf ) )
18
+ * create AGENTS.md for coding agents ([ 0da66ee] ( https://github.com/martinblech/xmltodict/commit/0da66ee797ced7479312aecef92c6a25e235007c ) )
19
+ * replace travis with actions badge ([ 2576b94] ( https://github.com/martinblech/xmltodict/commit/2576b94c918fbd154489a95dbbb3feda8bd3cbd8 ) )
20
+ * update CONTRIBUTING.md ([ db39180] ( https://github.com/martinblech/xmltodict/commit/db3918057cf125af989a1263d52df8df5ef8c642 ) )
21
+
3
22
## [ 1.0.0] ( https://github.com/martinblech/xmltodict/compare/v0.15.1...v1.0.0 ) (2025-09-12)
4
23
5
24
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " xmltodict"
7
- version = " 1.0.0 "
7
+ version = " 1.0.1 "
8
8
description = " Makes working with XML feel like you are working with JSON"
9
9
readme = " README.md"
10
10
requires-python = " >=3.9"
You can’t perform that action at this time.
0 commit comments