Prepare for the 0.15.0 release.

This commit is contained in:
Emmanuel Gil Peyrot 2019-09-06 11:45:46 +02:00
parent 6f1fc7b009
commit 188de32dac
2 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package] [package]
name = "xmpp-parsers" name = "xmpp-parsers"
version = "0.14.0" version = "0.15.0"
authors = [ authors = [
"Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>", "Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>",
"Maxime “pep” Buquet <pep@bouah.net>", "Maxime “pep” Buquet <pep@bouah.net>",

View file

@ -1,5 +1,5 @@
Version NEXT: Version 0.15.0:
DATE Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> 2019-09-06 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
* New parsers/serialisers: * New parsers/serialisers:
- XHTML-IM (XEP-0071) - XHTML-IM (XEP-0071)
- User Tune (XEP-0118) - User Tune (XEP-0118)
@ -11,6 +11,7 @@ DATE Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
- Bind has been split into BindQuery and BindResponse. - Bind has been split into BindQuery and BindResponse.
* Improvements: * Improvements:
- New DOAP file for a machine-readable description of the features. - New DOAP file for a machine-readable description of the features.
- Add various parser and formatter helpers on Hash.
Version 0.14.0: Version 0.14.0:
2019-07-13 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>, Maxime “pep” Buquet <pep@bouah.net> 2019-07-13 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>, Maxime “pep” Buquet <pep@bouah.net>