Skip to content

Commit b6a0bcf

Browse files
committed
3.0.1
1 parent 5a6c7ea commit b6a0bcf

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.1
4+
35
* Fix excessive stack sizes (#950)
46
* Do not enable **json** by default (breaking, but it was a mistake) (#948)
57

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"
3+
version = "3.0.1"
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)