Update to v0.14
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
[clog]
|
||||||
|
changelog = "CHANGELOG.md"
|
||||||
|
|
||||||
@@ -1,3 +1,19 @@
|
|||||||
|
<a name="v0.14.0"></a>
|
||||||
|
## v0.14.0 (2018-08-29)
|
||||||
|
|
||||||
|
#### Features
|
||||||
|
|
||||||
|
* **helpers:** add json helper module ([46871da4](46871da4))
|
||||||
|
|
||||||
|
#### Breaking Changes
|
||||||
|
|
||||||
|
* **client:** fix broken paged\_routes\_with\_id methods ([c66c305d](c66c305d), closes [#42](42))
|
||||||
|
|
||||||
|
#### Bug Fixes
|
||||||
|
|
||||||
|
* **client:** fix broken paged\_routes\_with\_id methods ([c66c305d](c66c305d), closes [#42](42))
|
||||||
|
|
||||||
|
|
||||||
# 0.13 (2018/08/27)
|
# 0.13 (2018/08/27)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "elefren"
|
name = "elefren"
|
||||||
version = "0.13.0"
|
version = "0.14.0"
|
||||||
|
|
||||||
description = "A wrapper around the Mastodon API."
|
description = "A wrapper around the Mastodon API."
|
||||||
authors = ["Aaron Power <theaaronepower@gmail.com>", "Paul Woolcock <paul@woolcock.us>"]
|
authors = ["Aaron Power <theaaronepower@gmail.com>", "Paul Woolcock <paul@woolcock.us>"]
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ To add `elefren` to your project, add the following to the
|
|||||||
`[dependencies]` section of your `Cargo.toml`
|
`[dependencies]` section of your `Cargo.toml`
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
elefren = "0.13"
|
elefren = "0.14"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
+2
-2
@@ -5,7 +5,7 @@
|
|||||||
///
|
///
|
||||||
/// ```toml,ignore
|
/// ```toml,ignore
|
||||||
/// [dependencies.elefren]
|
/// [dependencies.elefren]
|
||||||
/// version = "0.13"
|
/// version = "0.14"
|
||||||
/// features = ["toml"]
|
/// features = ["toml"]
|
||||||
/// ```
|
/// ```
|
||||||
pub mod toml;
|
pub mod toml;
|
||||||
@@ -17,7 +17,7 @@ pub mod toml;
|
|||||||
///
|
///
|
||||||
/// ```toml,ignore
|
/// ```toml,ignore
|
||||||
/// [dependencies.elefen]
|
/// [dependencies.elefen]
|
||||||
/// version = "0.12"
|
/// version = "0.14"
|
||||||
/// features = ["json"]
|
/// features = ["json"]
|
||||||
/// ```
|
/// ```
|
||||||
pub mod json;
|
pub mod json;
|
||||||
|
|||||||
Reference in New Issue
Block a user