Skip to content

Commit cd2bc14

Browse files
authored
want 0.15.1 with fix for #1194 (#1195)
1 parent 4f8a753 commit cd2bc14

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

CHANGELOG.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

1616
https://github.com/oxidecomputer/dropshot/compare/v0.15.0\...HEAD[Full list of commits]
1717

18+
* https://github.com/oxidecomputer/dropshot/pull/1194[#1194] Fixes a bug introduced in 0.15.0 where the internal message for an error was being sent as the external message.
19+
1820
== 0.15.0 (released 2024-12-04)
1921

2022
https://github.com/oxidecomputer/dropshot/compare/v0.14.0\...v0.15.0[Full list of commits]

Cargo.lock

Lines changed: 3 additions & 3 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.15.0"
4+
version = "0.15.1"
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.15.0"
57+
version = "^0.15.1"
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.15.0"
4+
version = "0.15.1"
55
authors = ["Adam H. Leventhal <[email protected]>"]
66
edition = "2021"
77
license = "Apache-2.0"

0 commit comments

Comments
 (0)