Skip to content

Commit e85b413

Browse files
author
Todd Campbell
committed
Rolled version
Signed-off-by: Todd Campbell <todd@sensu.io>
1 parent 32c8ff8 commit e85b413

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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

lib/sensu-plugins-systemd/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module 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('.')

0 commit comments

Comments
 (0)