Skip to content

Commit

Permalink
Bump version to 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neonmoe committed Dec 4, 2024
1 parent 072db6c commit 8432c3a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.13.0] - 2024-12-04
### Changed
- The `https-rustls-probe` feature no longer brings in the `webpki-roots` and
`rustls-webpki` crates. Thanks for the report, @polarathene!
([#111](https://github.com/neonmoe/minreq/issues/111))

### Fixed
- Cleaned up an unnecessary `format!()` in `Connection::connect`. Thanks for the
PR, @melotic! ([#112](https://github.com/neonmoe/minreq/pull/112))
- Fixed some msrv and lint issues introduced by libc and clippy updates
respectively.

## [2.12.0] - 2024-07-16
### Added
- Request::with_headers, to allow passing in many headers at a
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.12.0"
version = "2.13.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.12.0", features = ["punycode"] }
//! minreq = { version = "2.13.0", features = ["punycode"] }
//! ```
//!
//! Below is the list of all available features.
Expand Down

0 comments on commit 8432c3a

Please sign in to comment.