Skip to content

Commit a41ec9a

Browse files
committed
bitreq: Bump vesion to 0.3.7
Do a quick point release for stuff just merged in #584 In preparation, add a changelog entry, bump the version number, and update the lock files.
1 parent 818e5f2 commit a41ec9a

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

Cargo-minimal.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
180180

181181
[[package]]
182182
name = "bitreq"
183-
version = "0.3.6"
183+
version = "0.3.7"
184184
dependencies = [
185185
"base64 0.22.1",
186186
"log",

Cargo-recent.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
180180

181181
[[package]]
182182
name = "bitreq"
183-
version = "0.3.6"
183+
version = "0.3.7"
184184
dependencies = [
185185
"base64 0.22.1",
186186
"log",

bitreq/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.3.7 - 2026-05-28
2+
3+
* Some pipeline fixes in `bitreq` [#584](https://github.com/rust-bitcoin/corepc/pull/584)
4+
15
# 0.3.6 - 2026-05-26
26

37
* Gate `webpki_roots` import on `webpki-roots` [#597](https://github.com/rust-bitcoin/corepc/pull/597)

bitreq/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bitreq"
3-
version = "0.3.6"
3+
version = "0.3.7"
44
authors = ["Jens Pitkanen <jens@neon.moe>", "Tobin C. Harding <me@tobin.cc>", "Matt Corallo", "Elias Rohrer <dev@tnull.de>"]
55
description = "Simple, minimal-dependency HTTP client"
66
documentation = "https://docs.rs/bitreq"

0 commit comments

Comments
 (0)