Skip to content

Commit cf8b223

Browse files
chore(xmlity-quick-xml): release v0.0.9
1 parent c6cdccc commit cf8b223

File tree

5 files changed

+21
-8
lines changed

5 files changed

+21
-8
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["xmlity", "xmlity-derive", "xmlity-quick-xml"]
44

55
[workspace.package]
6-
version = "0.0.8"
6+
version = "0.0.9"
77
edition = "2021"
88
rust-version = "1.82.0"
99
authors = ["Lukas Friman <[email protected]>"]
@@ -17,6 +17,6 @@ exclude = ["xmlity-book/"]
1717
thiserror = "^2.0.4"
1818
pretty_assertions = "^1.4.1"
1919
rstest = "^0.25.0"
20-
xmlity-derive = { version = "^0.0.8", path = "./xmlity-derive" }
21-
xmlity = { version = "^0.0.8", path = "./xmlity" }
22-
xmlity-quick-xml = { version = "^0.0.8", path = "./xmlity-quick-xml" }
20+
xmlity-derive = { version = "^0.0.9", path = "./xmlity-derive" }
21+
xmlity = { version = "^0.0.9", path = "./xmlity" }
22+
xmlity-quick-xml = { version = "^0.0.9", path = "./xmlity-quick-xml" }

xmlity-quick-xml/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ 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-08-12
11+
12+
### Added
13+
14+
- *(core)* [**breaking**] Lifetime API improvements in `ExpandedName` and `QName`. ([#134](https://github.com/lukasfri/xmlity/pull/134))
15+
- *(quick-xml)* Updates `quick-xml` to version `0.38.0`. ([#132](https://github.com/lukasfri/xmlity/pull/132))
16+
1017
## [0.0.8](https://github.com/lukasfri/xmlity/compare/xmlity-quick-xml-v0.0.7...xmlity-quick-xml-v0.0.8) - 2025-07-30
1118

1219
### 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

xmlity/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-v0.0.8...xmlity-v0.0.9) - 2025-08-12
11+
12+
### Added
13+
14+
- *(core)* [**breaking**] Lifetime API improvements in `ExpandedName` and `QName`. ([#134](https://github.com/lukasfri/xmlity/pull/134))
15+
1016
## [0.0.8](https://github.com/lukasfri/xmlity/compare/xmlity-v0.0.7...xmlity-v0.0.8) - 2025-07-30
1117

1218
### Added

0 commit comments

Comments
 (0)