Release all crates

Since we tie the versions rather tightly, we have to release the entire
bunch in order to allow people to upgrade to rxml 0.14.
This commit is contained in:
Jonas Schäfer 2026-06-10 17:48:26 +02:00
commit 1710a6f99e
11 changed files with 32 additions and 20 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "xso"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
description = "XML Streamed Objects: similar to serde, but XML-native."
homepage = "https://xmpp.rs"
@ -13,7 +13,7 @@ license = "MPL-2.0"
bytes = { version = "1" }
rxml = { version = "0.14.0", default-features = false }
minidom = { version = "0.19", path = "../minidom" }
xso_proc = { version = "0.2", path = "../xso-proc", optional = true }
xso_proc = { version = "0.3", path = "../xso-proc", optional = true }
# optional dependencies to provide text conversion to/from types from/using
# these crates

View file

@ -1,4 +1,6 @@
Version NEXT:
Version 0.4.0, release 2026-06-10:
* Breaking
- Removed the `non-pedantic` feature and made the behaviour the default.
- Added the `pedantic` feature, opting into the previous default