File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8- ## [ Unreleased ]
8+ ## [ 0.3.0 ] - 2018-05-25
99
1010### Added
1111
@@ -112,7 +112,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
112112Initial version by [ Adrien Thebo] ( https://github.com/adrienthebo )
113113
114114
115- [ Unreleased ] : https://github.com/Sharpie/puppet-profile-parser/compare/0.2.0...HEAD
115+ [ 0.3.0 ] : https://github.com/Sharpie/puppet-profile-parser/compare/0.2.0...0.3.0
116116[ 0.2.0 ] : https://github.com/Sharpie/puppet-profile-parser/compare/0.1.0...0.2.0
117117[ 0.1.0 ] : https://github.com/Sharpie/puppet-profile-parser/compare/0.0.1...0.1.0
118118[ 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 @@ -18,14 +18,14 @@ The script requires Ruby 2.0 or newer.
1818
1919The most recent stable release of the script can be downloaded here:
2020
21- [ Stable release: 0.2 .0] [ stable-release ]
21+ [ Stable release: 0.3 .0] [ stable-release ]
2222
2323
2424And the latest development version can be downloaded from:
2525
2626 [ Edge release from master branch] [ edge-release ]
2727
28- [ stable-release ] : https://github.com/Sharpie/puppet-profile-parser/releases/download/0.2 .0/puppet-profile-parser.rb
28+ [ stable-release ] : https://github.com/Sharpie/puppet-profile-parser/releases/download/0.3 .0/puppet-profile-parser.rb
2929 [ edge-release ] : https://raw.githubusercontent.com/Sharpie/puppet-profile-parser/master/puppet-profile-parser.rb
3030
3131
Original file line number Diff line number Diff line change 3939# @author Charlie Sharpsteen
4040# @author Adrien Thebo
4141module PuppetProfileParser
42- VERSION = '0.2 .0' . freeze
42+ VERSION = '0.3 .0' . freeze
4343 REQUIRED_RUBY_VERSION = Gem ::Requirement . new ( '>= 2.0' )
4444
4545 # Utility functions for terminal interaction
You can’t perform that action at this time.
0 commit comments