Skip to content

Commit 924e7ec

Browse files
committed
chore(oas3): prepare release 0.14.0
1 parent fbbf820 commit 924e7ec

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ http = "1"
2727
indoc = "2"
2828
log = "0.4"
2929
maplit = "1"
30-
oas3 = "0.13"
30+
oas3 = "0.14"
3131
once_cell = "1"
3232
pretty_assertions = "1"
3333
pretty_env_logger = "0.5"

crates/oas3/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.14.0
6+
57
- Implement `Default` for `spec::{Components, Contact, Example, Flows}`.
68
- Migrate YAML parsing to `serde_yaml`. Exposed error type(s) have been altered.
79

crates/oas3/Cargo.toml

+1-1
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 specifications"
4-
version = "0.13.1"
4+
version = "0.14.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

+2-2
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.13.1)](https://docs.rs/oas3/0.13.1)
7-
[![dependency status](https://deps.rs/crate/oas3/0.13.1/status.svg)](https://deps.rs/crate/oas3/0.13.1)
6+
[![Documentation](https://docs.rs/oas3/badge.svg?version=0.14.0)](https://docs.rs/oas3/0.14.0)
7+
[![dependency status](https://deps.rs/crate/oas3/0.14.0/status.svg)](https://deps.rs/crate/oas3/0.14.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)

0 commit comments

Comments
 (0)