Skip to content

Commit 39f6441

Browse files
chore(xmlity-quick-xml): release v0.0.9
1 parent 35f87c0 commit 39f6441

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

Cargo.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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ pretty_assertions = "^1.4.1"
1919
rstest = "^0.25.0"
2020
xmlity-derive = { version = "^0.0.8", path = "./xmlity-derive" }
2121
xmlity = { version = "^0.0.8", path = "./xmlity" }
22-
xmlity-quick-xml = { version = "^0.0.8", path = "./xmlity-quick-xml" }
22+
xmlity-quick-xml = { version = "^0.0.9", path = "./xmlity-quick-xml" }

xmlity-quick-xml/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.0.9](https://github.com/lukasfri/xmlity/compare/xmlity-quick-xml-v0.0.8...xmlity-quick-xml-v0.0.9) - 2025-07-30
11+
12+
### Added
13+
14+
- *(quick-xml)* Updates `quick-xml` to version `0.38.0`. ([#132](https://github.com/lukasfri/xmlity/pull/132))
15+
1016
## [0.0.8](https://github.com/lukasfri/xmlity/compare/xmlity-quick-xml-v0.0.7...xmlity-quick-xml-v0.0.8) - 2025-07-30
1117

1218
### Added

xmlity-quick-xml/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "xmlity-quick-xml"
33
description = "XMLity implementation of quick-xml."
4-
version = "0.0.8"
4+
version = "0.0.9"
55
edition.workspace = true
66
rust-version.workspace = true
77
authors.workspace = true

0 commit comments

Comments
 (0)