Skip to content

Commit ce230fe

Browse files
committed
Version 0.2.0
1 parent 80ddbcd commit ce230fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

88

9-
## [Unreleased]
9+
## [0.2.0] - 2018-03-18
1010

1111
### Added
1212

@@ -74,6 +74,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7474
Initial version by [Adrien Thebo](https://github.com/adrienthebo)
7575

7676

77-
[Unreleased]: https://github.com/Sharpie/puppet-profile-parser/compare/0.1.0...HEAD
77+
[0.2.0]: https://github.com/Sharpie/puppet-profile-parser/compare/0.1.0...0.2.0
7878
[0.1.0]: https://github.com/Sharpie/puppet-profile-parser/compare/0.0.1...0.1.0
7979
[0.0.1]: https://github.com/Sharpie/puppet-profile-parser/compare/53a9d9f...0.0.1

puppet-profile-parser.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
require 'digest/sha2'
2929

3030
module PuppetProfileParser
31-
VERSION = '0.1.0'.freeze
31+
VERSION = '0.2.0'.freeze
3232

3333
# Utility functions for terminal interaction
3434
module Tty

0 commit comments

Comments
 (0)