Skip to content

Commit

Permalink
Version 0.6.0 release and CHANGELOG update
Browse files Browse the repository at this point in the history
e Please enter the commit message for your changes. Lines starting
  • Loading branch information
acant committed May 31, 2019
1 parent 27cfbb2 commit 0a4d70f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.6.0] - 2019-05-31
### Added
- SugarUtils::File.append, which is explicitly for appending to a file. It will
also create a new file if it does not yet exist
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 @@
# frozen_string_literal: true

module SugarUtils
VERSION = '0.5.0'.freeze
VERSION = '0.6.0'.freeze
end

0 comments on commit 0a4d70f

Please sign in to comment.