Skip to content

Commit

Permalink
3.0.0-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
algesten committed Jan 2, 2025
1 parent b6a6e04 commit ecd585f
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-rc4

* Default to `TooManyRedirects` error (#916)
* Add `ConfigBuilder::max_redirects_will_error()` (#916)
* Add new `SendBody::into_reader()` (#914)
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-rc3"
version = "3.0.0-rc4"
authors = ["Martin Algesten <martin@algesten.se>", "Jacob Hoffman-Andrews <ureq@hoffman-andrews.com>"]
description = "Simple, safe HTTP client"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit ecd585f

Please sign in to comment.