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 @@ -6,17 +6,18 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
66
77## [ Unreleased]
88
9+ ## [ 0.2.0] - 2020-08-05
910### Breaking Changes
1011- Update minimum required ruby version to 2.3. Drop unsupported ruby versions.
1112- Bump ` sensu-plugin ` dependency from ` ~> 1.2 ` to ` ~> 4.0 `
1213
1314### Added
1415- Bonsai asset support
16+
1517### Changed
1618- Updated bundler dependancy to '~ > 2.1'
1719- Updated rubocop dependency to '~ > 0.81.0'
18- - Remediated rubocop issues
19- - Updated codeclimate-test-reporter to '~ > 1.0'
20+ - Remediated rubocop issues - Updated codeclimate-test-reporter to '~ > 1.0'
2021- Updated rake dependency to '~ > 13.0'
2122- Updated github-markup to '~ > 3.0'
2223
@@ -45,7 +46,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
4546### Added
4647- initial release
4748
48- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-systemd/compare/0.1.0...HEAD
49+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-systemd/compare/0.2.0...HEAD
50+ [ 0.2.0 ] :https://github.com/sensu-plugins/sensu-plugins-systemd/compare/v0.1.0...0.2.0
4951[ 0.1.0 ] :https://github.com/sensu-plugins/sensu-plugins-systemd/compare/v0.0.5...0.1.0
5052[ 0.0.5 ] : https://github.com/sensu-plugins/sensu-plugins-systemd/compare/v0.0.4...v0.0.5
5153[ 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 33module SensuPluginsSystemd
44 module Version
55 MAJOR = 0
6- MINOR = 1
6+ MINOR = 2
77 PATCH = 0
88
99 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
You can’t perform that action at this time.
0 commit comments