Skip to content

Commit

Permalink
Prepare 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pegasd committed Dec 11, 2017
1 parent 51e46e4 commit 7432668
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.6.1] - 2017-12-11
### Fixed
- Changed default CLI path to `Puppetfile` instead of `./Puppetfile` for better auditing.

## [0.6.0] - 2017-11-01
### Changed
- `Puppetfile#compare_with` now stores module type in the resulting diff.
Expand Down
2 changes: 1 addition & 1 deletion lib/puppetfile_editor/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module PuppetfileEditor
VERSION = '0.6.0'
VERSION = '0.6.1'
end

0 comments on commit 7432668

Please sign in to comment.