Skip to content

Commit

Permalink
Release 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neonmoe committed May 12, 2023
1 parent 9ae6f5e commit c400fa7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.8.0] - 2023-05-13
### Added
- Default proxy from environment variables when the `proxy` feature is
enabled, based on what curl does. Thanks for the PR, @krypt0nn!
([#94](https://github.com/neonmoe/minreq/pull/94))

## [2.7.0] - 2023-03-19
### Changed
- From lazy_static to once_cell for library internals. Thanks for the PR,
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "minreq"
version = "2.7.0"
version = "2.8.0"
authors = ["Jens Pitkanen <[email protected]>"]
description = "Simple, minimal-dependency HTTP client"
documentation = "https://docs.rs/minreq"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
//!
//! ```toml
//! [dependencies]
//! minreq = { version = "2.7.0", features = ["punycode"] }
//! minreq = { version = "2.8.0", features = ["punycode"] }
//! ```
//!
//! Below is the list of all available features.
Expand Down

0 comments on commit c400fa7

Please sign in to comment.