Skip to content

Commit

Permalink
Update CHANGELOG, release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Piven committed Nov 1, 2017
1 parent b336e40 commit eaad2bb
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 @@ -4,6 +4,13 @@ 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.0] - 2017-11-01
### Changed
- `Puppetfile#compare_with` now stores module type in the resulting diff.

### Fixed
- `Puppetfile#compare_with` didn't properly work with forge modules. It does now.

## [0.5.0] - 2017-10-23
### Added
- `delete` command for deleting modules from Puppetfile.
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.5.0'
VERSION = '0.6.0'
end

0 comments on commit eaad2bb

Please sign in to comment.