Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kgiszczak committed Jul 5, 2022
1 parent a625ec6 commit 1b76e38
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.6.0] - 2022-07-05

### Added
- Support for TOML
- Support for CDATA nodes in XML documents
- Support for using custom models

### Fixed
- Allow to map XML content using methods
- Prevent adding default mapping after mapping block was declared

## [0.5.0] - 2022-06-28

### 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.5.0)
shale (0.6.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.5.0'
VERSION = '0.6.0'
end

0 comments on commit 1b76e38

Please sign in to comment.