Skip to content

Commit eb52844

Browse files
committed
Bump version to 3.0.0
1 parent 3276c62 commit eb52844

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [3.0.0] - 2026-06-15
810
### Changed
911
- MSRV from 1.48 to 1.63, and updated the policy to be looser (now tracking
1012
Debian oldstable's Rust version instead of settling on a specific version

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "minreq"
3-
version = "3.0.0-rc.1"
3+
version = "3.0.0"
44
authors = ["Jens Pitkanen <jens@neon.moe>"]
55
description = "Simple, minimal-dependency HTTP client"
66
documentation = "https://docs.rs/minreq"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
//!
2222
//! ```toml
2323
//! [dependencies]
24-
//! minreq = { version = "3.0.0-rc.1", features = ["punycode"] }
24+
//! minreq = { version = "3.0.0", features = ["punycode"] }
2525
//! ```
2626
//!
2727
//! Below is the list of all available features.

0 commit comments

Comments
 (0)