Skip to content

Commit fb3f9f5

Browse files
committed
chore(roast): prepare release 0.4.0
1 parent 924e7ec commit fb3f9f5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/roast/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
## 0.4.0
6+
7+
- Update `oas3` dependency to `0.14`.
8+
59
## 0.3.0
610

711
- Update `oas3` dependency to `0.13`.

crates/roast/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "roast"
33
description = "Structures and tools to parse, navigate, and validate OpenAPI v3.1 specifications"
4-
version = "0.3.0"
4+
version = "0.4.0"
55
authors = ["Rob Ede <[email protected]>"]
66
keywords = ["oas3", "openapi", "swagger", "api", "conformance"]
77
categories = ["development-tools::testing"]

0 commit comments

Comments
 (0)