Skip to content

Commit

Permalink
chore(oas3): prepare release 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Oct 11, 2024
1 parent cec1a71 commit 263040a
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 24 deletions.
38 changes: 19 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions crates/oas3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## 0.12.1

- No significant changes since `0.12.0`.

## 0.12.0

- Completely re-work `spec::Header`, updating it to conform to the OpenAPI v3.1 spec.
Expand Down
6 changes: 3 additions & 3 deletions crates/oas3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "oas3"
description = "Structures and tools to parse, navigate, and validate OpenAPI v3.1 specifications"
version = "0.12.0"
version = "0.12.1"
authors = ["softprops <[email protected]>", "Rob Ede <[email protected]>"]
keywords = ["oas3", "openapi", "swagger", "api", "validation"]
categories = ["data-structures", "development-tools::testing", "parsing"]
keywords = ["openapi", "oas3", "swagger", "api", "oas"]
categories = ["data-structures", "parsing"]
repository = { workspace = true }
license = { workspace = true }
edition = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions crates/oas3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<!-- prettier-ignore-start -->

[![crates.io](https://img.shields.io/crates/v/oas3?label=latest)](https://crates.io/crates/oas3)
[![Documentation](https://docs.rs/oas3/badge.svg?version=0.12.0)](https://docs.rs/oas3/0.12.0)
[![dependency status](https://deps.rs/crate/oas3/0.12.0/status.svg)](https://deps.rs/crate/oas3/0.12.0)
[![Documentation](https://docs.rs/oas3/badge.svg?version=0.12.1)](https://docs.rs/oas3/0.12.1)
[![dependency status](https://deps.rs/crate/oas3/0.12.1/status.svg)](https://deps.rs/crate/oas3/0.12.1)
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/oas3.svg)
<br />
[![CI](https://github.com/x52dev/oas3/actions/workflows/ci.yml/badge.svg)](https://github.com/x52dev/oas3/actions/workflows/ci.yml)
Expand Down

0 comments on commit 263040a

Please sign in to comment.