jid: Bump version to 0.11.1
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
f35bbcb36d
commit
0ef646db86
3 changed files with 5 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
Version 0.11.0, release 2024-07-23:
|
||||
Version 0.11.1, release 2024-07-23:
|
||||
* Breaking:
|
||||
- Move InnerJid into Jid and reformulate BareJid and FullJid in terms of
|
||||
Jid.
|
||||
|
|
@ -33,6 +33,8 @@ Version 0.11.0, release 2024-07-23:
|
|||
- Add more test cases
|
||||
- Fix clippy lints, cargo doc, and other warnings
|
||||
|
||||
Version 0.11.0, release 2024-07-23 [YANKED]
|
||||
|
||||
Version 0.10.0, release 2023-08-17:
|
||||
* Breaking
|
||||
- serde: Jid is now using untagged enum representation (#66)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "jid"
|
||||
version = "0.11.0"
|
||||
version = "0.11.1"
|
||||
authors = [
|
||||
"lumi <lumi@pew.im>",
|
||||
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
|
||||
|
|
|
|||
Loading…
Reference in a new issue