Skip to content

Commit 0a74333

Browse files
committed
[dropshot-api-manager] version 0.6.0
1 parent 08d49a6 commit 0a74333

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
<!-- next-header -->
44
## Unreleased - ReleaseDate
55

6+
## [0.6.0] - 2026-03-10
7+
68
### Added
79

810
The Dropshot API manager now works in non-colocated Jujutsu repositories, for example [Jujutsu workspaces](https://docs.jj-vcs.dev/latest/working-copy/#workspaces).
@@ -118,6 +120,7 @@ Updated drift to 0.1.1 to enable proper handling of OpenAPI type graph cycles.
118120
Initial release.
119121

120122
<!-- next-url -->
123+
[0.6.0]: https://github.com/oxidecomputer/dropshot-api-manager/releases/tag/dropshot-api-manager-0.6.0
121124
[0.5.2]: https://github.com/oxidecomputer/dropshot-api-manager/releases/tag/dropshot-api-manager-0.5.2
122125
[0.5.1]: https://github.com/oxidecomputer/dropshot-api-manager/releases/tag/dropshot-api-manager-0.5.1
123126
[0.5.0]: https://github.com/oxidecomputer/dropshot-api-manager/releases/tag/dropshot-api-manager-0.5.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ clap = "4.5"
2727
debug-ignore = "1.0.5"
2828
drift = "0.1.2"
2929
dropshot = "0.16.7"
30-
dropshot-api-manager = { path = "crates/dropshot-api-manager", version = "0.5.2" }
30+
dropshot-api-manager = { path = "crates/dropshot-api-manager", version = "0.6.0" }
3131
dropshot-api-manager-types = { path = "crates/dropshot-api-manager-types", version = "0.6.0" }
3232
e2e-example-apis = { path = "e2e-example/apis" }
3333
fs-err = "3.1.1"

crates/dropshot-api-manager/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dropshot-api-manager"
3-
version = "0.5.2"
3+
version = "0.6.0"
44
description = "Manage OpenAPI documents generated by Dropshot"
55
edition.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)