Skip to content

Commit

Permalink
Version 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Jan 26, 2017
1 parent 2869656 commit 83c58a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.3.3
- Prevent source of file resource from being modified
- Optimization introduced in [#41](https://github.com/k0kubun/mitamae/pull/41) is reverted for this
- Accept callable object for `only_if`/`not_if` [#49](https://github.com/k0kubun/mitamae/pull/49)
- Allow using Array for execute resource [#50](https://github.com/k0kubun/mitamae/pull/50)

## v1.3.2
- Suppress `NotImplementedError` on node object like Itamae [#44](https://github.com/k0kubun/mitamae/issues/44)
- Fix error on applying `remote_directory` twice [#45](https://github.com/k0kubun/mitamae/pull/45)
Expand Down
2 changes: 1 addition & 1 deletion mrblib/mitamae/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MItamae
VERSION = "1.3.2"
VERSION = "1.3.3"
end

0 comments on commit 83c58a1

Please sign in to comment.