jid: bump to 0.10
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
63b2e6d176
commit
d0a8ea3178
2 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
||||||
Unreleased
|
Version 0.10.0, release 2023-08-17:
|
||||||
|
|
||||||
* Breaking
|
* Breaking
|
||||||
- serde: Jid is now using untagged enum representation (#66)
|
- serde: Jid is now using untagged enum representation (#66)
|
||||||
- JidParseError has been renamed Error
|
- JidParseError has been renamed Error
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "jid"
|
name = "jid"
|
||||||
version = "0.9.4"
|
version = "0.10.0"
|
||||||
authors = [
|
authors = [
|
||||||
"lumi <lumi@pew.im>",
|
"lumi <lumi@pew.im>",
|
||||||
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
|
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
|
||||||
|
|
Loading…
Reference in a new issue