CI: refactor, add caching

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2019-09-13 03:33:08 +02:00
commit 8b54b7fd43
No known key found for this signature in database
GPG key ID: DEDA74AEECA9D0F2
2 changed files with 40 additions and 16 deletions

View file

@ -8,6 +8,8 @@ DATE Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
- Anonymous unique occupant identifiers for MUCs (XEP-0421)
* Breaking changes:
- Presence constructors now take Into<Jid> and assume Some.
* Improvements:
- CI: refactor, add caching
Version 0.15.0:
2019-09-06 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>