Skip to content

Commit dfaa22e

Browse files
committed
Release 0.10.1
Minor bugfix
1 parent aa435c5 commit dfaa22e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.10.1
2+
3+
- Fix values of false being converted to nil -
4+
https://github.com/kevindew/openapi3_parser/issues/28
5+
16
# 0.10.0
27

38
- Support JSON pointer tokens of ~0 and ~1, thanks @kuboon

lib/openapi3_parser/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Openapi3Parser
4-
VERSION = "0.10.0"
4+
VERSION = "0.10.1"
55
end

0 commit comments

Comments
 (0)