Skip to content

Commit

Permalink
want 0.15.1 with fix for #1194 (#1195)
Browse files Browse the repository at this point in the history
  • Loading branch information
davepacheco authored Dec 6, 2024
1 parent 4f8a753 commit cd2bc14
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

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

* 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.

== 0.15.0 (released 2024-12-04)

https://github.com/oxidecomputer/dropshot/compare/v0.14.0\...v0.15.0[Full list of commits]
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dropshot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dropshot"
description = "expose REST APIs from a Rust program"
version = "0.15.0"
version = "0.15.1"
authors = ["David Pacheco <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down Expand Up @@ -54,7 +54,7 @@ features = [ "serde", "std", "clock" ]
default-features = false

[dependencies.dropshot_endpoint]
version = "^0.15.0"
version = "^0.15.1"
path = "../dropshot_endpoint"

[dependencies.hyper]
Expand Down
2 changes: 1 addition & 1 deletion dropshot_endpoint/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dropshot_endpoint"
description = "macro used by dropshot consumers for registering handlers"
version = "0.15.0"
version = "0.15.1"
authors = ["Adam H. Leventhal <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit cd2bc14

Please sign in to comment.