Version 11

This commit is contained in:
Aaron Power
2018-06-29 11:21:04 +01:00
parent 53f403d99d
commit 20915671d8
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
# 0.11
- Added more examples to `examples` directory.
- Fixed `follow` and `unfollow` routes.
- Updated `moved` field to be `Box<Account>`.
# 0.10
- Added the ability to handle paged entities like favourites and such.(Only favourites in prerelease)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "mammut"
version = "0.10.1"
version = "0.11.0"
description = "A wrapper around the Mastodon API."
authors = ["Aaron Power <theaaronepower@gmail.com>"]