We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be9478a commit faaf3d6Copy full SHA for faaf3d6
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.4.1 - 2019/03/09
4
+
5
+* Fixed errors for version information due to the `id` field being removed from the API. [PR #11](https://github.com/theduke/crates_io_api/pull/11)
6
7
## 0.4.0 - 2019/03/01
8
9
* Added `with_user_agent` method to client
Cargo.toml
@@ -11,7 +11,7 @@ keywords = [ "crates", "api" ]
11
categories = [ "web-programming", "web-programming::http-client" ]
12
edition = "2018"
13
14
-version = "0.4.0"
+version = "0.4.1"
15
16
[dependencies]
17
chrono = { version = "0.4.6", features = ["serde"] }
0 commit comments