Skip to content

Commit 642de0a

Browse files
committed
Release 0.28.0
1 parent fe9b040 commit 642de0a

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quick-xml"
3-
version = "0.27.1"
3+
version = "0.28.0"
44
description = "High performance xml reader and writer"
55
edition = "2018"
66

Changelog.md

Lines changed: 17 additions & 1 deletion
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.28.0 -- 2023-03-13
21+
22+
### New Features
23+
1524
- [#541]: (De)serialize specially named `$text` enum variant in [externally tagged]
1625
enums to / from textual content
1726
- [#556]: `to_writer` and `to_string` now accept `?Sized` types
@@ -44,7 +53,6 @@
4453
- [#565]: Correctly set minimum required version of tokio dependency to 1.10
4554
- [#565]: Fix compilation error when build with serde <1.0.139
4655

47-
### Misc Changes
4856

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

72+
6473
## 0.27.1 -- 2022-12-28
6574

6675
### Bug Fixes
@@ -72,6 +81,7 @@
7281

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

84+
7585
## 0.27.0 -- 2022-12-25
7686

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

158+
148159
## 0.26.0 -- 2022-10-23
149160

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

171+
160172
## 0.25.0 -- 2022-09-10
161173

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

186+
174187
## 0.24.1 -- 2022-09-10
175188

176189
### Bug Fixes
@@ -179,6 +192,7 @@
179192

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

195+
182196
## 0.24.0 -- 2022-08-28
183197

184198
### New Features
@@ -418,6 +432,7 @@
418432
[#459]: https://github.com/tafia/quick-xml/pull/459
419433
[#467]: https://github.com/tafia/quick-xml/pull/467
420434

435+
421436
## 0.23.1 -- 2022-09-11
422437

423438
### Bug Fixes
@@ -426,6 +441,7 @@
426441

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

444+
429445
## 0.23.0 -- 2022-05-08
430446

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

0 commit comments

Comments
 (0)