Skip to content

Commit

Permalink
Release 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingun committed Aug 28, 2022
1 parent 9598c37 commit 6bedf6c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "quick-xml"
version = "0.23.0"
version = "0.24.0"
description = "High performance xml reader and writer"
edition = "2018"

Expand Down
8 changes: 8 additions & 0 deletions Changelog.md
Expand Up @@ -12,6 +12,14 @@

### New Features

### Bug Fixes

### Misc Changes

## 0.24.0 -- 2022-08-28

### New Features

- [#387]: Allow overlapping between elements of sequence and other elements
(using new feature `overlapped-lists`)
- [#393]: New module `name` with `QName`, `LocalName`, `Namespace`, `Prefix`
Expand Down

0 comments on commit 6bedf6c

Please sign in to comment.