Skip to content

Commit 3a4b7ae

Browse files
chore(oas3): release v0.20.1 (#277)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 501b41d commit 3a4b7ae

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

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.

crates/oas3/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.20.1
6+
7+
- No significant changes since `0.20.0`.
8+
59
## 0.20.0
610

711
- Add `spec::Server::extensions` field.

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.0"
4+
version = "0.20.1"
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.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)
6+
[![Documentation](https://docs.rs/oas3/badge.svg?version=0.20.1)](https://docs.rs/oas3/0.20.1)
7+
[![dependency status](https://deps.rs/crate/oas3/0.20.1/status.svg)](https://deps.rs/crate/oas3/0.20.1)
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)

0 commit comments

Comments
 (0)