Bump xso version to 0.2.0
This commit is contained in:
parent
5ab4f395e0
commit
3ffff2614a
4 changed files with 5 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "xso"
|
||||
version = "0.1.2"
|
||||
version = "0.2.0"
|
||||
edition = "2021"
|
||||
description = "XML Streamed Objects: similar to serde, but XML-native."
|
||||
homepage = "https://xmpp.rs"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
Version NEXT:
|
||||
|
||||
Version 0.2.0, released 2025-09-17:
|
||||
0000-00-00 Jonas Schäfer <jonas@zombofant.net>
|
||||
* Breaking
|
||||
- The methods of `TextCodec<T>` now have `&self` receivers. This also
|
||||
|
|
|
|||
Loading…
Reference in a new issue