Skip to content

Commit f705412

Browse files
committed
0.4 Release
1 parent f5e5eee commit f705412

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## 0.4.0 - 2019/03/01
4+
5+
* Added `with_user_agent` method to client
6+
* Switch to 2018 edition, requiring rustc 1.31+
7+
38
## 0.3.0 - 2018/10/09
49

510
* Upgrade reqwest to 0.9

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.3.0"
14+
version = "0.4.0"
1515

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

0 commit comments

Comments
 (0)