master
Aaron Power 6 years ago
parent 53f403d99d
commit 20915671d8
  1. 5
      CHANGELOG.md
  2. 2
      Cargo.toml

@ -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,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>"]

Loading…
Cancel
Save