Skip to content

Commit cb01aad

Browse files
committed
Bump
1 parent be66722 commit cb01aad

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xml-rs"
3-
version = "0.8.26"
3+
version = "0.8.27"
44
authors = ["Vladimir Matveev <[email protected]>"]
55
license = "MIT"
66
description = "An XML library in pure Rust"
@@ -11,7 +11,7 @@ readme = "README.md"
1111
keywords = ["xml", "parser", "sax", "parsing", "writer"]
1212
categories = ["parser-implementations"]
1313
edition = "2021"
14-
rust-version = "1.59"
14+
rust-version = "1.61"
1515
include = ["src/**", "LICENSE", "README.md"]
1616

1717
[lib]

Changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## Version 0.8.27
2+
3+
* Added detection of invalid `<?` in attributes
4+
5+
## Version 0.8.26
6+
7+
* Fixed buffering of files with a broken UTF-16 encoding
8+
19
## Version 0.8.25
210

311
* `TryFrom` for converting from reader to writer events, to make `.as_writer_event()` more discoverable.

0 commit comments

Comments
 (0)