Skip to content

Commit

Permalink
release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahl committed Sep 26, 2024
1 parent e257f44 commit b5c702e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@

== Unreleased changes (release date TBD)

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

== 0.12.0 (released 2024-09-26)

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

=== Breaking Changes

Expand Down
4 changes: 2 additions & 2 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.11.1-dev"
version = "0.12.0"
authors = ["David Pacheco <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down Expand Up @@ -52,7 +52,7 @@ features = [ "serde", "std", "clock" ]
default-features = false

[dependencies.dropshot_endpoint]
version = "^0.11.1-dev"
version = "^0.12.0"
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.11.1-dev"
version = "0.12.0"
authors = ["Adam H. Leventhal <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit b5c702e

Please sign in to comment.