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
|
||||
- serde: Jid is now using untagged enum representation (#66)
|
||||
- JidParseError has been renamed Error
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "jid"
|
||||
version = "0.9.4"
|
||||
version = "0.10.0"
|
||||
authors = [
|
||||
"lumi <lumi@pew.im>",
|
||||
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
|
||||
|
|
Loading…
Reference in a new issue