File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
88
9- ## [ Unreleased ]
9+ ## [ 0.2.0 ] - 2018-03-18
1010
1111### Added
1212
@@ -74,6 +74,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7474Initial version by [ Adrien Thebo] ( https://github.com/adrienthebo )
7575
7676
77- [ Unreleased ] : https://github.com/Sharpie/puppet-profile-parser/compare/0.1.0...HEAD
77+ [ 0.2.0 ] : https://github.com/Sharpie/puppet-profile-parser/compare/0.1.0...0.2.0
7878[ 0.1.0 ] : https://github.com/Sharpie/puppet-profile-parser/compare/0.0.1...0.1.0
7979[ 0.0.1 ] : https://github.com/Sharpie/puppet-profile-parser/compare/53a9d9f...0.0.1
Original file line number Diff line number Diff line change 2828require 'digest/sha2'
2929
3030module PuppetProfileParser
31- VERSION = '0.1 .0' . freeze
31+ VERSION = '0.2 .0' . freeze
3232
3333 # Utility functions for terminal interaction
3434 module Tty
You can’t perform that action at this time.
0 commit comments