Skip to content

Commit

Permalink
Release 0.10.1
Browse files Browse the repository at this point in the history
Minor bugfix
  • Loading branch information
kevindew committed Jan 9, 2025
1 parent aa435c5 commit dfaa22e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.10.1

- Fix values of false being converted to nil -
https://github.com/kevindew/openapi3_parser/issues/28

# 0.10.0

- Support JSON pointer tokens of ~0 and ~1, thanks @kuboon
Expand Down
2 changes: 1 addition & 1 deletion lib/openapi3_parser/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Openapi3Parser
VERSION = "0.10.0"
VERSION = "0.10.1"
end

0 comments on commit dfaa22e

Please sign in to comment.