File tree Expand file tree Collapse file tree
lib/sensu-plugins-systemd Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ Which is based on [Keep A Changelog](http://keepachangelog.com/)
55This 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
Original file line number Diff line number Diff line change 11module 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
You can’t perform that action at this time.
0 commit comments