Skip to content

Commit f36ad8e

Browse files
committed
3.0.0
1 parent 0f1485d commit f36ad8e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
# 3.0.0
4+
35
* Replace RequestBuilder Deref with explicit wrappers (#944)
46
* Remove dependency on `url` crate (#943)
57
* Feature `Config::save_redirect_history` (#939)

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ureq"
3-
version = "3.0.0-rc5"
3+
version = "3.0.0"
44
authors = ["Martin Algesten <martin@algesten.se>", "Jacob Hoffman-Andrews <ureq@hoffman-andrews.com>"]
55
description = "Simple, safe HTTP client"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)