From bceaa3a61c9bf738713b61d10152ccaa8270f2a1 Mon Sep 17 00:00:00 2001 From: Charlie Sharpsteen Date: Fri, 25 May 2018 11:55:20 -0500 Subject: [PATCH] Version 0.3.0 --- CHANGELOG.md | 4 ++-- README.md | 4 ++-- puppet-profile-parser.rb | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6465a4..e0d83d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [0.3.0] - 2018-05-25 ### Added @@ -112,7 +112,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). Initial version by [Adrien Thebo](https://github.com/adrienthebo) -[Unreleased]: https://github.com/Sharpie/puppet-profile-parser/compare/0.2.0...HEAD +[0.3.0]: https://github.com/Sharpie/puppet-profile-parser/compare/0.2.0...0.3.0 [0.2.0]: https://github.com/Sharpie/puppet-profile-parser/compare/0.1.0...0.2.0 [0.1.0]: https://github.com/Sharpie/puppet-profile-parser/compare/0.0.1...0.1.0 [0.0.1]: https://github.com/Sharpie/puppet-profile-parser/compare/53a9d9f...0.0.1 diff --git a/README.md b/README.md index 73fb915..de06c06 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,14 @@ The script requires Ruby 2.0 or newer. The most recent stable release of the script can be downloaded here: - [Stable release: 0.2.0][stable-release] + [Stable release: 0.3.0][stable-release] And the latest development version can be downloaded from: [Edge release from master branch][edge-release] - [stable-release]: https://github.com/Sharpie/puppet-profile-parser/releases/download/0.2.0/puppet-profile-parser.rb + [stable-release]: https://github.com/Sharpie/puppet-profile-parser/releases/download/0.3.0/puppet-profile-parser.rb [edge-release]: https://raw.githubusercontent.com/Sharpie/puppet-profile-parser/master/puppet-profile-parser.rb diff --git a/puppet-profile-parser.rb b/puppet-profile-parser.rb index 9618141..bb02e67 100755 --- a/puppet-profile-parser.rb +++ b/puppet-profile-parser.rb @@ -39,7 +39,7 @@ # @author Charlie Sharpsteen # @author Adrien Thebo module PuppetProfileParser - VERSION = '0.2.0'.freeze + VERSION = '0.3.0'.freeze REQUIRED_RUBY_VERSION = Gem::Requirement.new('>= 2.0') # Utility functions for terminal interaction