File tree Expand file tree Collapse file tree 3 files changed +28
-2
lines changed
Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 11History
22=======
33
4+ 5.4.0 / 2026-01-15
5+ ==================
6+
7+ * test: add comprehensive CLI tests for 99% coverage
8+ * docs: add CLI usage and cross-reference to Go version
9+ * feat: add CLI support for json2xml-py (#266)
10+ * chore(deps): bump urllib3 from 2.6.0 to 2.6.3 in /docs (#265)
11+ * update documentation and make it more correct (#263)
12+ * feat: update doc packages
13+ * chore: update GitHub Actions to latest versions (#262)
14+ * chore(deps): bump urllib3 from 2.5.0 to 2.6.0 in /docs (#261)
15+ * feat: update python3.15.0 to alpha 3 (#260)
16+ * feat: bump to match the version
17+ * feat: add xPath support (#259)
18+ * chore(deps): bump starlette from 0.47.2 to 0.49.1 in /docs (#257)
19+ * feat: improvements to ruff and new python 3.15 (#255)
20+ * Modernize Python code to 3.10+ with pyupgrade (#254)
21+ * check arm build ubuntu (#253)
22+ * Remove duplicate typecheck job from pythonpackage workflow
23+ * Migrate from mypy to ty for type checking (#252)
24+ * Add Python 3.14t (freethreaded) to testing matrix (#251)
25+ * prod release (#249)
26+ * bump python to latest rc2
27+ * fix: switch to release candidate 2 of Python 3.14
28+
29+
4305.3.1 / 2025-12-08
531==================
632
Original file line number Diff line number Diff line change 22
33__author__ = """Vinit Kumar"""
445- __version__ = "5.3.1 "
5+ __version__ = "5.4.0 "
66
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " json2xml"
7- version = " 5.3.1 " # Replace with the dynamic version if needed
7+ version = " 5.4.0 " # Replace with the dynamic version if needed
88description = " Simple Python Library to convert JSON to XML"
99readme = " README.rst"
1010requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments