Skip to content

Commit

Permalink
0.5.0 release and CHANGELOG update
Browse files Browse the repository at this point in the history
  • Loading branch information
yads committed May 1, 2018
1 parent c8d81fd commit 6e6ebe8
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 @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.5.0] - 2018-05-01
### Changed
- bring back :perm as option to set the permissions in SugarUtils::File.write and SugarUtils::File.touch methods
- :mode option in SugarUtils::File.write is now to be used for setting the file mode (e.g. read/write, append, etc). It can still be used for setting the permissions if it is an integer value for backwards compatibility purposes, but this usage has been deprecated.

## [0.4.4] - 2018-01-31
### Changed
- fixed a bug in SugarUtils::File.read_json which it would raise an exception
Expand Down
2 changes: 1 addition & 1 deletion lib/sugar_utils/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# frozen_string_literal: true

module SugarUtils
VERSION = '0.4.4'
VERSION = '0.5.0'
end

0 comments on commit 6e6ebe8

Please sign in to comment.