Skip to content

Commit 5a536d0

Browse files
committed
Release v0.29.0
1 parent 7629a70 commit 5a536d0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quick-xml"
3-
version = "0.28.2"
3+
version = "0.29.0"
44
description = "High performance xml reader and writer"
55
edition = "2018"
66

Changelog.md

+9
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@
1212

1313
### New Features
1414

15+
### Bug Fixes
16+
17+
### Misc Changes
18+
19+
20+
## 0.29.0 -- 2023-06-13
21+
22+
### New Features
23+
1524
- [#601]: Add `serde_helper` module to the crate root with some useful utility
1625
functions and document using of enum's unit variants as a text content of element.
1726
- [#606]: Implement indentation for `AsyncWrite` trait implementations.

0 commit comments

Comments
 (0)