Skip to content

Commit

Permalink
Update version to v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
acant committed May 17, 2017
1 parent c7328d7 commit b51fd91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.4.1] - 2017-05-17
### Added
- options :owner, :group, :mode to SugarUtils::File.write and .touch

### Changed
- marked the :perm option as deprecated by :mode

## [0.4.0] - 2017-05-17
### Added
- SugarUtils::File.touch, which will ensure the directory before touching the
Expand Down
2 changes: 1 addition & 1 deletion lib/sugar_utils/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- encoding : utf-8 -*-

module SugarUtils
VERSION = '0.4.0'.freeze
VERSION = '0.4.1'.freeze
end

0 comments on commit b51fd91

Please sign in to comment.