Skip to content

Commit a5fbe75

Browse files
committed
[dropshot-api-manager] version 0.2.1
1 parent 56aae7c commit a5fbe75

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

810
- For versioned APIs, comparisons between blessed and generated documents now use the [`drift`](https://docs.rs/drift) crate rather than simple string comparisons. This means that trivial/wire-compatible changes between blessed and generated documents (such as adding or removing newtypes) are now allowed.
@@ -34,6 +36,7 @@
3436
Initial release.
3537

3638
<!-- next-url -->
39+
[0.2.1]: https://github.com/oxidecomputer/dropshot-api-manager/releases/tag/dropshot-api-manager-0.2.1
3740
[0.2.0]: https://github.com/oxidecomputer/dropshot-api-manager/releases/tag/dropshot-api-manager-0.2.0
3841
[0.1.1]: https://github.com/oxidecomputer/dropshot-api-manager/releases/tag/dropshot-api-manager-0.1.1
3942
[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
@@ -26,7 +26,7 @@ clap = "4.5"
2626
debug-ignore = "1.0.5"
2727
drift = "0.1.0"
2828
dropshot = "0.16.4"
29-
dropshot-api-manager = { path = "crates/dropshot-api-manager", version = "0.2.0" }
29+
dropshot-api-manager = { path = "crates/dropshot-api-manager", version = "0.2.1" }
3030
dropshot-api-manager-types = { path = "crates/dropshot-api-manager-types", version = "0.2.1" }
3131
e2e-example-apis = { path = "e2e-example/apis" }
3232
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.2.0"
3+
version = "0.2.1"
44
description = "Manage OpenAPI documents generated by Dropshot"
55
edition.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)