Skip to content

Commit

Permalink
Release v0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingun committed Jul 23, 2023
1 parent 3ab7f64 commit f957002
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quick-xml"
version = "0.29.0"
version = "0.30.0"
description = "High performance xml reader and writer"
edition = "2018"

Expand Down
10 changes: 9 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@

### New Features

### Bug Fixes

### Misc Changes


## 0.30.0 -- 2023-07-23

### New Features

- [#609]: Added `Writer::write_serializable` to provide the capability to serialize
arbitrary types using serde when using the lower-level `Writer` API.
- [#615]: Added ability to set entity resolver when deserialize using borrowing reader.
Expand All @@ -23,7 +32,6 @@

### Misc Changes


[#604]: https://github.com/tafia/quick-xml/issue/604
[#609]: https://github.com/tafia/quick-xml/pull/609
[#615]: https://github.com/tafia/quick-xml/pull/615
Expand Down

0 comments on commit f957002

Please sign in to comment.