Skip to content

Commit

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

## [Unreleased]

## [2.9.1] - 2023-08-28
### Changed
- Loosened the rustls version requirement from 0.21.6 to 0.21.1.

## [2.9.0] - 2023-08-24
### Changed
- From webpki to rustls-webpki. Thanks for the heads-up about webpki not
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.9.1-alpha"
version = "2.9.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.9.1-alpha", features = ["punycode"] }
//! minreq = { version = "2.9.1", features = ["punycode"] }
//! ```
//!
//! Below is the list of all available features.
Expand Down

0 comments on commit 01ae5a6

Please sign in to comment.