Skip to content

Commit

Permalink
release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahl committed Dec 8, 2023
1 parent 57a6a58 commit 298264d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.0.0 (2023-12-08)

- Add additional documentation

## 2.0.0-rc.1 (2023-10-21)

- Fix handling of null values in `enum` for string, number, integer, and boolean
Expand All @@ -10,4 +14,4 @@
- Add `enum` field to boolean schema
- Add `callbacks` to `Operation` type (out of conformance with spec)
- Fix handling of subschemas with typed Schema objects
- Fixes to SecuritySchema handling
- Fixes to SecuritySchema handling
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openapiv3"
version = "2.0.0-rc.1"
version = "2.0.0"
authors = ["Glade Miller <[email protected]>"]
edition = "2021"
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit 298264d

Please sign in to comment.