xso: Bump version to 0.1.1
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
c0f1aa620e
commit
6b4bdc1641
2 changed files with 7 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "xso"
|
name = "xso"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "XML Streamed Objects: similar to serde, but XML-native."
|
description = "XML Streamed Objects: similar to serde, but XML-native."
|
||||||
homepage = "https://xmpp.rs"
|
homepage = "https://xmpp.rs"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,9 @@
|
||||||
|
Version 0.1.1:
|
||||||
|
2024-07-25 Maxime “pep” Buquet <pep@bouah.net>
|
||||||
|
* Added
|
||||||
|
- Import various text codecs from parsers: FixedHex, ColonSeparatedHex,
|
||||||
|
EmptyAsError.
|
||||||
|
|
||||||
Version 0.1.0:
|
Version 0.1.0:
|
||||||
2024-07-25 Jonas Schäfer <jonas@zombofant.net>
|
2024-07-25 Jonas Schäfer <jonas@zombofant.net>
|
||||||
* Initial release of this crate
|
* Initial release of this crate
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue