Skip to content

Commit bceaa3a

Browse files
committed
Version 0.3.0
1 parent bdba6bb commit bceaa3a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and 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/).
112112
Initial 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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ The script requires Ruby 2.0 or newer.
1818

1919
The 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

2424
And 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

puppet-profile-parser.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
# @author Charlie Sharpsteen
4040
# @author Adrien Thebo
4141
module 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

0 commit comments

Comments
 (0)