Skip to content

Commit 8ca194c

Browse files
committed
v0.3.0-rc.2: Fix type: ~ issue
1 parent 1d9afa1 commit 8ca194c

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## 0.3.0-rc.1 - 2022-06-03
7+
## 0.3.0-rc.2 - 2022-06-09
8+
9+
### Added
10+
11+
- Fix bug where we generated spurious `type: ~` entries for certain schema types using `oneOf`.
12+
13+
## 0.3.0-rc.1 - 2022-06-08
814

915
### Added
1016

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openapi-interfaces"
3-
version = "0.3.0-rc.1"
3+
version = "0.3.0-rc.2"
44
authors = ["Eric Kidd <git@randomhacks.net>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)