Skip to content

Commit c9653e8

Browse files
chore: release
1 parent 2ae6118 commit c9653e8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/oas3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "oas3"
33
description = "Structures and tools to parse, navigate, and validate OpenAPI v3.1.xß specifications"
4-
version = "0.19.0"
4+
version = "0.19.1"
55
authors = ["softprops <[email protected]>", "Rob Ede <[email protected]>"]
66
keywords = ["openapi", "oas3", "swagger", "api", "oas"]
77
categories = ["data-structures", "parsing"]

crates/roast/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "roast"
33
description = "Structures and tools to parse, navigate, and validate OpenAPI v3.1 specifications"
4-
version = "0.9.0"
4+
version = "0.9.1"
55
authors = ["Rob Ede <[email protected]>"]
66
keywords = ["oas3", "openapi", "swagger", "api", "conformance"]
77
categories = ["development-tools::testing"]

0 commit comments

Comments
 (0)