Skip to content

Commit 1791e18

Browse files
committed
3.1.0
1 parent 6c87f2b commit 1791e18

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
# 3.1.0
4+
5+
DECISION: webpki-roots and webpki-root-certs goes from pre-release (0.26)
6+
to stable release (1.0.0). This is potentially a big change
7+
for ureq users. We release this as semver minor.
8+
39
* Bump all deps to latest (#1104)
410
* Fixes to CONNECT to follow spec (#1103)
511
* Send Content-Length for File (#1100)

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ureq"
3-
version = "3.0.12"
3+
version = "3.1.0"
44
authors = ["Martin Algesten <[email protected]>", "Jacob Hoffman-Andrews <[email protected]>"]
55
description = "Simple, safe HTTP client"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)