Skip to content

Commit

Permalink
Update CHANGELOG and release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pegasd committed Aug 10, 2019
1 parent d070663 commit edfcd3f
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 @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.10.0] - 2019-08-10
### Added
- Able to understand local modules in various formats. Both `, :local` and `, local: true` work.

## [0.9.0] - 2019-08-06
### Changed
- Add ability to compare Puppetfiles ignoring module types (`git` vs `hg`).
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.9.0'
VERSION = '0.10.0'
end

0 comments on commit edfcd3f

Please sign in to comment.