Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kgiszczak committed Jun 28, 2022
1 parent 5f1e86b commit 9a9d3cd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.5.0] - 2022-06-28

### Added
- Allow to generate Shale model from XML Schema

### Changed
- Shale doesn't defaults to REXML anymore - XML adapter needs to be set explicitly
- Rename "JSONSchemaError" to "SchemaError"
- Rename "Composite" type to "Complex"
- Drop support for Ruby 2.6

## [0.4.0] - 2022-05-30

### Added
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
shale (0.4.0)
shale (0.5.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/shale/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module Shale
# @api private
VERSION = '0.4.0'
VERSION = '0.5.0'
end

0 comments on commit 9a9d3cd

Please sign in to comment.