Skip to content

Commit b27eac0

Browse files
author
Todd Campbell
committed
fix travis and roll version
Signed-off-by: Todd Campbell <todd@sensu.io>
1 parent e85b413 commit b27eac0

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ before_deploy:
2222
- bash -c "[ ! -d bonsai/ ] && git clone https://github.com/sensu/sensu-go-bonsai-asset.git bonsai || echo 'bonsai/ exists, skipping git clone'"
2323
deploy:
2424
- provider: script
25-
script: bonsai/ruby-runtime/travis-build-ruby-plugin-assets.sh sensu-plugins-hardware
25+
script: bonsai/ruby-runtime/travis-build-ruby-plugin-assets.sh sensu-plugins-systemd
2626
skip_cleanup: true
2727
on:
2828
tags: true

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
66

77
## [Unreleased]
88

9+
## [0.2.1] - 2020-08-05
10+
### Changed
11+
- Fixed Travis Bonsai upload
12+
913
## [0.2.0] - 2020-08-05
1014
### Breaking Changes
1115
- Update minimum required ruby version to 2.3. Drop unsupported ruby versions.
@@ -46,7 +50,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
4650
### Added
4751
- initial release
4852

49-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-systemd/compare/0.2.0...HEAD
53+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-systemd/compare/0.2.1...HEAD
54+
[0.2.1]:https://github.com/sensu-plugins/sensu-plugins-systemd/compare/v0.2.0...0.2.1
5055
[0.2.0]:https://github.com/sensu-plugins/sensu-plugins-systemd/compare/v0.1.0...0.2.0
5156
[0.1.0]:https://github.com/sensu-plugins/sensu-plugins-systemd/compare/v0.0.5...0.1.0
5257
[0.0.5]: https://github.com/sensu-plugins/sensu-plugins-systemd/compare/v0.0.4...v0.0.5

lib/sensu-plugins-systemd/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module SensuPluginsSystemd
44
module Version
55
MAJOR = 0
66
MINOR = 2
7-
PATCH = 0
7+
PATCH = 1
88

99
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
1010
end

0 commit comments

Comments
 (0)