File tree 2 files changed +6
-4
lines changed
lib/sensu-plugins-systemd 2 files changed +6
-4
lines changed 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
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.2.0] - 2020-08-05
9
10
### Breaking Changes
10
11
- Update minimum required ruby version to 2.3. Drop unsupported ruby versions.
11
12
- Bump ` sensu-plugin ` dependency from ` ~> 1.2 ` to ` ~> 4.0 `
12
13
13
14
### Added
14
15
- Bonsai asset support
16
+
15
17
### Changed
16
18
- Updated bundler dependancy to '~ > 2.1'
17
19
- 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'
20
21
- Updated rake dependency to '~ > 13.0'
21
22
- Updated github-markup to '~ > 3.0'
22
23
@@ -45,7 +46,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
45
46
### Added
46
47
- initial release
47
48
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
49
51
[ 0.1.0 ] :https://github.com/sensu-plugins/sensu-plugins-systemd/compare/v0.0.5...0.1.0
50
52
[ 0.0.5 ] : https://github.com/sensu-plugins/sensu-plugins-systemd/compare/v0.0.4...v0.0.5
51
53
[ 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 3
3
module SensuPluginsSystemd
4
4
module Version
5
5
MAJOR = 0
6
- MINOR = 1
6
+ MINOR = 2
7
7
PATCH = 0
8
8
9
9
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
You can’t perform that action at this time.
0 commit comments