Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
notEthan committed Nov 30, 2019
1 parent 31eb982 commit 87ceca1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
# v0.2.1

- bugfix JSI::Schema#described_object_property_names looks only at allOf, not oneOf/anyOf
- rm unused Schema#default_value, #default_value?
- misc

# v0.2.0

- JSI::PathedNode unifies interfaces of JSI::Base, JSI::JSON::Node
Expand Down
2 changes: 1 addition & 1 deletion lib/jsi/version.rb
@@ -1,3 +1,3 @@
module JSI
VERSION = "0.2.0".freeze
VERSION = "0.2.1".freeze
end

0 comments on commit 87ceca1

Please sign in to comment.