Skip to content

Commit 6461873

Browse files
committed
release 0.16.3
1 parent 19bc3af commit 6461873

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.2\...HEAD[Full list of commits]
16+
https://github.com/oxidecomputer/dropshot/compare/v0.16.3\...HEAD[Full list of commits]
17+
18+
== 0.16.3 (released 2025-08-14)
19+
20+
https://github.com/oxidecomputer/dropshot/compare/v0.16.2\...v0.16.3[Full list of commits]
1721

1822
* https://github.com/oxidecomputer/dropshot/pull/1389[#1389] Remove lint warnings seen after updating to Rust 1.89
1923
* https://github.com/oxidecomputer/dropshot/pull/1382[#1382] Allow 2 more `SharedExtractor`s to be used with the `endpoint` macro

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.2"
4+
version = "0.16.3"
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.2"
57+
version = "^0.16.3"
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.2"
4+
version = "0.16.3"
55
authors = ["Adam H. Leventhal <[email protected]>"]
66
edition = "2021"
77
license = "Apache-2.0"

0 commit comments

Comments
 (0)