Skip to content

Commit 91da969

Browse files
committed
release 0.17.0
1 parent 777f118 commit 91da969

4 files changed

Lines changed: 10 additions & 6 deletions

File tree

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.7\...HEAD[Full list of commits]
16+
https://github.com/oxidecomputer/dropshot/compare/v0.17.0\...HEAD[Full list of commits]
17+
18+
== 0.17.0 (released 2026-03-16)
19+
20+
https://github.com/oxidecomputer/dropshot/compare/v0.16.7\...v0.17.0[Full list of commits]
1721

1822
* https://github.com/oxidecomputer/dropshot/pull/1528[#1528] Added `PaginationParams::new_first_page` to facilitate testing
1923
* https://github.com/oxidecomputer/dropshot/pull/1549[#1549] Fixed typo in `HttpResponseError` docs

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.7"
4+
version = "0.17.0"
55
authors = ["David Pacheco <dap@oxidecomputer.com>"]
66
edition = "2021"
77
license = "Apache-2.0"
@@ -55,7 +55,7 @@ features = [ "serde", "std", "clock" ]
5555
default-features = false
5656

5757
[dependencies.dropshot_endpoint]
58-
version = "^0.16.7"
58+
version = "^0.17.0"
5959
path = "../dropshot_endpoint"
6060

6161
[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.7"
4+
version = "0.17.0"
55
authors = ["Adam H. Leventhal <ahl@oxide.computer>"]
66
edition = "2021"
77
license = "Apache-2.0"

0 commit comments

Comments
 (0)