Skip to content

Commit dedc328

Browse files
docs: update changelog versions
1 parent 5dc54e8 commit dedc328

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

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.19.1
6+
57
- Add `spec::Server::extensions` field.
68
- Add `spec::ServerVariable::extensions` field.
79

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.19.1)](https://docs.rs/oas3/0.19.1)
7+
[![dependency status](https://deps.rs/crate/oas3/0.19.1/status.svg)](https://deps.rs/crate/oas3/0.19.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)

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.9.1
6+
7+
- No significant changes since `0.9.0`.
8+
59
## 0.9.0
610

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

0 commit comments

Comments
 (0)