Skip to content

Commit 6242da0

Browse files
committed
Release 0.39.0
1 parent 549bb09 commit 6242da0

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quick-xml"
3-
version = "0.38.4"
3+
version = "0.39.0"
44
description = "High performance xml reader and writer"
55
edition = "2021"
66

Changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@
1414

1515
## Unreleased
1616

17+
### New Features
18+
19+
### Bug Fixes
20+
21+
### Misc Changes
22+
23+
24+
## 0.39.0 -- 2026-01-11
25+
1726
Added a way to configure `Writer`. Now all configuration is contained in the `writer::Config`
1827
struct and can be applied at once. When `serde-types` feature is enabled, configuration is serializable.
1928

0 commit comments

Comments
 (0)