Skip to content

Commit 651b6f9

Browse files
committed
chore: update versions
1 parent 2ae6118 commit 651b6f9

File tree

7 files changed

+13
-7
lines changed

7 files changed

+13
-7
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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ http = "1"
2121
indoc = "2"
2222
log = "0.4"
2323
maplit = "1"
24-
oas3 = { version = "0.19", default-features = false }
24+
oas3 = { version = "0.20", default-features = false }
2525
once_cell = "1"
2626
pretty_assertions = "1"
2727
pretty_env_logger = "0.5"

crates/oas3/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.20.0
6+
57
- Add `spec::Server::extensions` field.
68
- Add `spec::ServerVariable::extensions` field.
79
- Skip serialization of empty `$ref` overrides.

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.20.0"
55
authors = ["softprops <[email protected]>", "Rob Ede <[email protected]>"]
66
keywords = ["openapi", "oas3", "swagger", "api", "oas"]
77
categories = ["data-structures", "parsing"]

crates/oas3/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<!-- prettier-ignore-start -->
44

55
[![crates.io](https://img.shields.io/crates/v/oas3?label=latest)](https://crates.io/crates/oas3)
6-
[![Documentation](https://docs.rs/oas3/badge.svg?version=0.19.0)](https://docs.rs/oas3/0.19.0)
7-
[![dependency status](https://deps.rs/crate/oas3/0.19.0/status.svg)](https://deps.rs/crate/oas3/0.19.0)
6+
[![Documentation](https://docs.rs/oas3/badge.svg?version=0.20.0)](https://docs.rs/oas3/0.20.0)
7+
[![dependency status](https://deps.rs/crate/oas3/0.20.0/status.svg)](https://deps.rs/crate/oas3/0.20.0)
88
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/oas3.svg)
99
<br />
1010
[![CI](https://github.com/x52dev/oas3-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/x52dev/oas3-rs/actions/workflows/ci.yml)

crates/roast/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
## 0.10.0
6+
7+
- Update `oas3` dependency to `0.20`.
8+
59
## 0.9.0
610

711
- Update `oas3` dependency to `0.19`.

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.10.0"
55
authors = ["Rob Ede <[email protected]>"]
66
keywords = ["oas3", "openapi", "swagger", "api", "conformance"]
77
categories = ["development-tools::testing"]

0 commit comments

Comments
 (0)