Skip to content

Commit

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

## [0.4.0] - 2017-05-17
### Added
- SugarUtils::File.touch, which will ensure the directory before touching the
specified file

## [0.3.0] - 2017-03-29
### Added
- SugarUtils::File.read, with locking and error handling when reading a plain
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.3.0'.freeze
VERSION = '0.4.0'.freeze
end

0 comments on commit 69d9b42

Please sign in to comment.