Skip to content

Commit 222a194

Browse files
committed
chore: Release xml-rs version 0.8.25
1 parent 1387872 commit 222a194

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xml-rs"
3-
version = "0.8.24"
3+
version = "0.8.25"
44
authors = ["Vladimir Matveev <vmatveev@citrine.cc>"]
55
license = "MIT"
66
description = "An XML library in pure Rust"

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Version 0.8.25
2+
3+
* `TryFrom` for converting from reader to writer events, to make `.as_writer_event()` more discoverable.
4+
15
## Version 0.8.24
26

37
* Fixed reporting of line/column position of CDATA when trimming whitespace

0 commit comments

Comments
 (0)