Skip to content

Commit 2a3a3b8

Browse files
committed
Merge #613: bitreq: Bump vesion to 0.3.7
a41ec9a bitreq: Bump vesion to 0.3.7 (Tobin C. Harding) Pull request description: 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. Top commit has no ACKs. Tree-SHA512: 623768618e373573b2e82120e3e3e97367f6001d72ab81dfc11432737aebac8d0563231bf8f9fe0be56546b3f45e0486c5c35fd4fe14c2f2450a99cae6b468dc
2 parents f065523 + a41ec9a commit 2a3a3b8

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)