Skip to content

Commit e39d562

Browse files
chore: release
1 parent 31e7eb7 commit e39d562

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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.20.1"
4+
version = "0.20.2"
55
authors = ["softprops <d.tangren@gmail.com>", "Rob Ede <robjtede@icloud.com>"]
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.10.0"
4+
version = "0.10.1"
55
authors = ["Rob Ede <robjtede@icloud.com>"]
66
keywords = ["oas3", "openapi", "swagger", "api", "conformance"]
77
categories = ["development-tools::testing"]

0 commit comments

Comments
 (0)