Skip to content

Commit

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

## [Unreleased]

## [2.8.1] - 2023-05-20
### Fixed
- Proxy strings with the protocol included not working. Thanks for the report,
@tkkcc! ([#95](https://github.com/neonmoe/minreq/issues/95))

## [2.8.0] - 2023-05-13
### Added
- Default proxy from environment variables when the `proxy` feature is
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.8.1-alpha"
version = "2.8.1"
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.8.1-alpha", features = ["punycode"] }
//! minreq = { version = "2.8.1", features = ["punycode"] }
//! ```
//!
//! Below is the list of all available features.
Expand Down

0 comments on commit 09721f7

Please sign in to comment.