Skip to content

Commit 351041d

Browse files
committed
chore: release 6.0.6
1 parent 15b1de3 commit 351041d

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

HISTORY.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11

2+
6.0.6 / 2026-04-08
3+
==================
4+
5+
* fix: review cleanup (#281)
6+
* fix: remove needless line (#280)
7+
* docs: add lat.md support to the codebase (#279)
8+
* chore(deps): bump pygments from 2.19.1 to 2.20.0 in /docs (#278)
9+
* fix: upgrade Python workflow to 3.12
10+
11+
212
6.0.5 / 2026-03-12
313
==================
414

json2xml/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22

33
__author__ = """Vinit Kumar"""
44
__email__ = "mail@vinitkumar.me"
5-
__version__ = "6.0.5"
6-
5+
__version__ = "6.0.6"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "json2xml"
7-
version = "6.0.5"
7+
version = "6.0.6"
88
description = "Simple Python Library to convert JSON to XML"
99
readme = "README.rst"
1010
requires-python = ">=3.10"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)