Skip to content

Commit b63cfa6

Browse files
committed
[dropshot-api-manager] version 0.2.0
1 parent ef42852 commit b63cfa6

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

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.2.0] - 2025-09-26
7+
68
### Added
79

810
- Add a way to specify an allowlist of unmanaged APIs within a local directory. See `ManagedApis::with_unknown_apis` for more.
@@ -23,5 +25,6 @@
2325
Initial release.
2426

2527
<!-- next-url -->
28+
[0.2.0]: https://github.com/oxidecomputer/dropshot-api-manager/releases/tag/dropshot-api-manager-0.2.0
2629
[0.1.1]: https://github.com/oxidecomputer/dropshot-api-manager/releases/tag/dropshot-api-manager-0.1.1
2730
[0.1.0]: https://github.com/oxidecomputer/dropshot-api-manager/releases/tag/dropshot-api-manager-0.1.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
@@ -22,7 +22,7 @@ camino = "1.2.0"
2222
clap = "4.5"
2323
debug-ignore = "1.0.5"
2424
dropshot = "0.16.4"
25-
dropshot-api-manager = { path = "crates/dropshot-api-manager", version = "0.1.1" }
25+
dropshot-api-manager = { path = "crates/dropshot-api-manager", version = "0.2.0" }
2626
dropshot-api-manager-types = { path = "crates/dropshot-api-manager-types", version = "0.2.0" }
2727
e2e-example-apis = { path = "e2e-example/apis" }
2828
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.1.1"
3+
version = "0.2.0"
44
description = "Manage OpenAPI documents generated by Dropshot"
55
edition.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)