Skip to content

Commit 2659775

Browse files
committed
Release 0.33.0
1 parent f465f95 commit 2659775

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-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.32.0"
3+
version = "0.33.0"
44
description = "High performance xml reader and writer"
55
edition = "2021"
66

Changelog.md

+9
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@
1515

1616
### New Features
1717

18+
### Bug Fixes
19+
20+
### Misc Changes
21+
22+
23+
## 0.33.0 -- 2024-06-21
24+
25+
### New Features
26+
1827
- [#758]: Implemented `From<QName>` for `BytesStart` and `BytesEnd`.
1928

2029
### Bug Fixes

0 commit comments

Comments
 (0)