Skip to content

Commit

Permalink
chore(oas3): prepare release 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Dec 29, 2024
1 parent bf9eb29 commit 95891fd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.13.1

- OpenAPI specification links in docs now reference the authoritative HTML version.

## 0.13.0

- Add `spec::ObjectSchema::deprecated` field.
Expand Down
2 changes: 1 addition & 1 deletion crates/oas3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "oas3"
description = "Structures and tools to parse, navigate, and validate OpenAPI v3.1 specifications"
version = "0.13.0"
version = "0.13.1"
authors = ["softprops <[email protected]>", "Rob Ede <[email protected]>"]
keywords = ["openapi", "oas3", "swagger", "api", "oas"]
categories = ["data-structures", "parsing"]
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.13.0)](https://docs.rs/oas3/0.13.0)
[![dependency status](https://deps.rs/crate/oas3/0.13.0/status.svg)](https://deps.rs/crate/oas3/0.13.0)
[![Documentation](https://docs.rs/oas3/badge.svg?version=0.13.1)](https://docs.rs/oas3/0.13.1)
[![dependency status](https://deps.rs/crate/oas3/0.13.1/status.svg)](https://deps.rs/crate/oas3/0.13.1)
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/oas3.svg)
<br />
[![CI](https://github.com/x52dev/oas3-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/x52dev/oas3-rs/actions/workflows/ci.yml)
Expand Down

0 comments on commit 95891fd

Please sign in to comment.