Skip to content

Commit faaf3d6

Browse files
committed
Version 0.4.1
1 parent be9478a commit faaf3d6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

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+
37
## 0.4.0 - 2019/03/01
48

59
* Added `with_user_agent` method to client

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords = [ "crates", "api" ]
1111
categories = [ "web-programming", "web-programming::http-client" ]
1212
edition = "2018"
1313

14-
version = "0.4.0"
14+
version = "0.4.1"
1515

1616
[dependencies]
1717
chrono = { version = "0.4.6", features = ["serde"] }

0 commit comments

Comments
 (0)