Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Verseth committed Oct 11, 2023
1 parent eca0f64 commit 6a6d70d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## [Unreleased]
## [0.1.2] - 2023-10-11

- Add support for collections
- Drop support for Ruby 2.7

## [0.1.1] - 2023-02-22

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-builder (0.1.1)
shale-builder (0.1.2)
shale (< 1.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/shale/builder/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
module Shale
module Builder
# @return [String]
VERSION = '0.1.1'
VERSION = '0.1.2'
end
end

0 comments on commit 6a6d70d

Please sign in to comment.