Skip to content

Commit

Permalink
Release 0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingun committed Jun 21, 2024
1 parent f465f95 commit 2659775
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
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.32.0"
version = "0.33.0"
description = "High performance xml reader and writer"
edition = "2021"

Expand Down
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@

### New Features

### Bug Fixes

### Misc Changes


## 0.33.0 -- 2024-06-21

### New Features

- [#758]: Implemented `From<QName>` for `BytesStart` and `BytesEnd`.

### Bug Fixes
Expand Down

0 comments on commit 2659775

Please sign in to comment.