Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindew committed May 21, 2024
1 parent 61cf4a4 commit e2d8e0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 0.10.0

- Support JSON pointer tokens of ~0 and ~1, thanks @kuboon
- Require Commonmarker > 1, fixing warnings in Ruby > 3.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ You can install this gem into your bundler application by adding this line to
your Gemfile:

```
gem "openapi3_parser", "~> 0.9.0"
gem "openapi3_parser", "~> 0.10.0"
```

and then running `$ bundle install`
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.9.2"
VERSION = "0.10.0"
end

0 comments on commit e2d8e0f

Please sign in to comment.