Skip to content

Commit

Permalink
3.0.0-rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
algesten committed Jan 7, 2025
1 parent ec7311d commit b88a527
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 3.0.0-rc5

* `TlsConfig::unversioned_rustls_crypto_provider()` (#931)
* Feature `rustls-no-provider` to compile without ring (#931)
* Fix CONNECT proxy Host header (#936)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ureq"
version = "3.0.0-rc4"
version = "3.0.0-rc5"
authors = ["Martin Algesten <[email protected]>", "Jacob Hoffman-Andrews <[email protected]>"]
description = "Simple, safe HTTP client"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit b88a527

Please sign in to comment.