Skip to content

Commit

Permalink
Release 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingun committed Mar 13, 2023
1 parent fe9b040 commit 642de0a
Show file tree
Hide file tree
Showing 2 changed files with 18 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.27.1"
version = "0.28.0"
description = "High performance xml reader and writer"
edition = "2018"

Expand Down
18 changes: 17 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.28.0 -- 2023-03-13

### New Features

- [#541]: (De)serialize specially named `$text` enum variant in [externally tagged]
enums to / from textual content
- [#556]: `to_writer` and `to_string` now accept `?Sized` types
Expand Down Expand Up @@ -44,7 +53,6 @@
- [#565]: Correctly set minimum required version of tokio dependency to 1.10
- [#565]: Fix compilation error when build with serde <1.0.139

### Misc Changes

[externally tagged]: https://serde.rs/enum-representations.html#externally-tagged
[#490]: https://github.com/tafia/quick-xml/pull/490
Expand All @@ -61,6 +69,7 @@
[#571]: https://github.com/tafia/quick-xml/pull/571
[#573]: https://github.com/tafia/quick-xml/pull/573


## 0.27.1 -- 2022-12-28

### Bug Fixes
Expand All @@ -72,6 +81,7 @@

[#530]: https://github.com/tafia/quick-xml/pull/530


## 0.27.0 -- 2022-12-25

### New Features
Expand Down Expand Up @@ -145,6 +155,7 @@
[XML name]: https://www.w3.org/TR/xml11/#NT-Name
[documentation]: https://docs.rs/quick-xml/0.27.0/quick_xml/de/index.html#difference-between-text-and-value-special-names


## 0.26.0 -- 2022-10-23

### Misc Changes
Expand All @@ -157,6 +168,7 @@
[#481]: https://github.com/tafia/quick-xml/pull/481
[#489]: https://github.com/tafia/quick-xml/pull/489


## 0.25.0 -- 2022-09-10

### Bug Fixes
Expand All @@ -171,6 +183,7 @@
[#468]: https://github.com/tafia/quick-xml/pull/468
[#469]: https://github.com/tafia/quick-xml/issues/469


## 0.24.1 -- 2022-09-10

### Bug Fixes
Expand All @@ -179,6 +192,7 @@

[#469]: https://github.com/tafia/quick-xml/issues/469


## 0.24.0 -- 2022-08-28

### New Features
Expand Down Expand Up @@ -418,6 +432,7 @@
[#459]: https://github.com/tafia/quick-xml/pull/459
[#467]: https://github.com/tafia/quick-xml/pull/467


## 0.23.1 -- 2022-09-11

### Bug Fixes
Expand All @@ -426,6 +441,7 @@

[#469]: https://github.com/tafia/quick-xml/issues/469


## 0.23.0 -- 2022-05-08

- feat: add support for `i128` / `u128` in attributes or text/CDATA content
Expand Down

0 comments on commit 642de0a

Please sign in to comment.