Skip to content

Commit 6bedf6c

Browse files
committed
Release 0.24.0
1 parent 9598c37 commit 6bedf6c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-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.23.0"
3+
version = "0.24.0"
44
description = "High performance xml reader and writer"
55
edition = "2018"
66

Changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@
1212

1313
### New Features
1414

15+
### Bug Fixes
16+
17+
### Misc Changes
18+
19+
## 0.24.0 -- 2022-08-28
20+
21+
### New Features
22+
1523
- [#387]: Allow overlapping between elements of sequence and other elements
1624
(using new feature `overlapped-lists`)
1725
- [#393]: New module `name` with `QName`, `LocalName`, `Namespace`, `Prefix`

0 commit comments

Comments
 (0)