Skip to content

Commit

Permalink
chore(oas3): prepare release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Aug 18, 2024
1 parent 81d7111 commit 60029b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 0.9.0

- Rename `spec::{Schema => ObjectSchema}` struct.
- Add `spec::BooleanSchema` struct.
- Add `spec::Schema` enum.
Expand Down
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.

2 changes: 1 addition & 1 deletion 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.8.1"
version = "0.9.0"
authors = ["softprops <[email protected]>", "Rob Ede <[email protected]>"]
keywords = ["oas3", "openapi", "swagger", "api", "validation"]
categories = ["data-structures", "development-tools::testing", "parsing"]
Expand Down

0 comments on commit 60029b1

Please sign in to comment.