We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549bb09 commit 6242da0Copy full SHA for 6242da0
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "quick-xml"
3
-version = "0.38.4"
+version = "0.39.0"
4
description = "High performance xml reader and writer"
5
edition = "2021"
6
Changelog.md
@@ -14,6 +14,15 @@
14
15
## Unreleased
16
17
+### New Features
18
+
19
+### Bug Fixes
20
21
+### Misc Changes
22
23
24
+## 0.39.0 -- 2026-01-11
25
26
Added a way to configure `Writer`. Now all configuration is contained in the `writer::Config`
27
struct and can be applied at once. When `serde-types` feature is enabled, configuration is serializable.
28
0 commit comments