Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kgiszczak committed May 30, 2022
1 parent 078b8e3 commit 2a89805
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [0.4.0] - 2022-05-30

### Added
- Allow to add title to JSON Schema
- Map Shale::Type::Value to "anyType" XML Schema type
- Map Shale::Type::Value to "any" JSON Schema type
- Allow to generate Shale model from JSON Schema

### Changed
- Performance improvements
- Reformat README a little bit and fix typos

### Fixed
- Fix stack overflow caused by circular dependency when generating JSON and XML schemas

## [0.3.1] - 2022-04-29

### Changed
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.3.1)
shale (0.4.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.3.1'
VERSION = '0.4.0'
end

0 comments on commit 2a89805

Please sign in to comment.