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.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 0.3.0 ] - 2018-05-25
9
9
10
10
### Added
11
11
@@ -112,7 +112,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
112
112
Initial version by [ Adrien Thebo] ( https://github.com/adrienthebo )
113
113
114
114
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
116
116
[ 0.2.0 ] : https://github.com/Sharpie/puppet-profile-parser/compare/0.1.0...0.2.0
117
117
[ 0.1.0 ] : https://github.com/Sharpie/puppet-profile-parser/compare/0.0.1...0.1.0
118
118
[ 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.
18
18
19
19
The most recent stable release of the script can be downloaded here:
20
20
21
- [ Stable release: 0.2 .0] [ stable-release ]
21
+ [ Stable release: 0.3 .0] [ stable-release ]
22
22
23
23
24
24
And the latest development version can be downloaded from:
25
25
26
26
[ Edge release from master branch] [ edge-release ]
27
27
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
29
29
[ edge-release ] : https://raw.githubusercontent.com/Sharpie/puppet-profile-parser/master/puppet-profile-parser.rb
30
30
31
31
Original file line number Diff line number Diff line change 39
39
# @author Charlie Sharpsteen
40
40
# @author Adrien Thebo
41
41
module PuppetProfileParser
42
- VERSION = '0.2 .0' . freeze
42
+ VERSION = '0.3 .0' . freeze
43
43
REQUIRED_RUBY_VERSION = Gem ::Requirement . new ( '>= 2.0' )
44
44
45
45
# Utility functions for terminal interaction
You can’t perform that action at this time.
0 commit comments