Skip to content

Commit

Permalink
chore(oas3): prepare release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Nov 7, 2023
1 parent abe9e25 commit 81264a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## 0.4.0

- The `bearer_format` field of `SecurityScheme::Http` is now optional.

## 0.3.0

- Initial re-release.
Expand Down
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 specifications."
version = "0.3.0"
version = "0.4.0"
authors = [
"softprops <[email protected]>",
"Rob Ede <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ add the following to your `Cargo.toml` file

```toml
[dependencies]
oas3 = "0.3"
oas3 = "0.4"
```

## Usage
Expand Down

0 comments on commit 81264a1

Please sign in to comment.