Skip to content

Commit 45f0ffa

Browse files
committed
prep for 0.1.0 release
1 parent 6bc1582 commit 45f0ffa

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
55
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
66

77
## [Unreleased]
8+
9+
## [0.1.0] - 2017-09-10
810
### Added
911
- missing changelog entries (@majormoses)
1012
- standard PR templates (@majormoses)
@@ -29,6 +31,7 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
2931
### Added
3032
- initial release
3133

32-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-systemd/compare/v0.0.5...HEAD
34+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-systemd/compare/0.1.0...HEAD
35+
[0.1.0]:https://github.com/sensu-plugins/sensu-plugins-systemd/compare/v0.0.5...0.1.0
3336
[0.0.5]: https://github.com/sensu-plugins/sensu-plugins-systemd/compare/v0.0.4...v0.0.5
3437
[0.0.4]: https://github.com/sensu-plugins/sensu-plugins-systemd/compare/v0.0.3...v0.0.4

lib/sensu-plugins-systemd/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module SensuPluginsSystemd
22
module Version
33
MAJOR = 0
4-
MINOR = 0
5-
PATCH = 5
4+
MINOR = 1
5+
PATCH = 0
66

77
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
88
end

0 commit comments

Comments
 (0)