Skip to content

Commit aa0c2bf

Browse files
committed
release 0.16.5
1 parent 81ec815 commit aa0c2bf

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGELOG.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@
1313

1414
== Unreleased changes (release date TBD)
1515

16-
https://github.com/oxidecomputer/dropshot/compare/v0.16.4\...HEAD[Full list of commits]
16+
https://github.com/oxidecomputer/dropshot/compare/v0.16.5\...HEAD[Full list of commits]
17+
18+
== 0.16.5 (released 2025-11-20)
19+
20+
https://github.com/oxidecomputer/dropshot/compare/v0.16.4\...v0.16.5[Full list of commits]
1721

1822
* https://github.com/oxidecomputer/dropshot/pull/1475[#1475] Added `ClientSpecifiesVersionInHeader::on_missing` to provide a default version when the header is missing, intended for use when you're not in control of all clients
1923

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dropshot/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dropshot"
33
description = "expose REST APIs from a Rust program"
4-
version = "0.16.4"
4+
version = "0.16.5"
55
authors = ["David Pacheco <[email protected]>"]
66
edition = "2021"
77
license = "Apache-2.0"
@@ -54,7 +54,7 @@ features = [ "serde", "std", "clock" ]
5454
default-features = false
5555

5656
[dependencies.dropshot_endpoint]
57-
version = "^0.16.4"
57+
version = "^0.16.5"
5858
path = "../dropshot_endpoint"
5959

6060
[dependencies.hyper]

dropshot_endpoint/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dropshot_endpoint"
33
description = "macro used by dropshot consumers for registering handlers"
4-
version = "0.16.4"
4+
version = "0.16.5"
55
authors = ["Adam H. Leventhal <[email protected]>"]
66
edition = "2021"
77
license = "Apache-2.0"

0 commit comments

Comments
 (0)