Skip to content

Commit f957002

Browse files
committed
Release v0.30.0
1 parent 3ab7f64 commit f957002

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
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.29.0"
3+
version = "0.30.0"
44
description = "High performance xml reader and writer"
55
edition = "2018"
66

Changelog.md

+9-1
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.30.0 -- 2023-07-23
21+
22+
### New Features
23+
1524
- [#609]: Added `Writer::write_serializable` to provide the capability to serialize
1625
arbitrary types using serde when using the lower-level `Writer` API.
1726
- [#615]: Added ability to set entity resolver when deserialize using borrowing reader.
@@ -23,7 +32,6 @@
2332

2433
### Misc Changes
2534

26-
2735
[#604]: https://github.com/tafia/quick-xml/issue/604
2836
[#609]: https://github.com/tafia/quick-xml/pull/609
2937
[#615]: https://github.com/tafia/quick-xml/pull/615

0 commit comments

Comments
 (0)