Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharpie committed May 25, 2018
1 parent bdba6bb commit bceaa3a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
2 changes: 1 addition & 1 deletion puppet-profile-parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bceaa3a

Please sign in to comment.