Skip to content

Commit 0cafb18

Browse files
chore(main): release 0.7.0 (#80)
1 parent 6b03240 commit 0cafb18

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.6.3"
2+
".": "0.7.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# You should use Kitchen::Verifier::Shell + Serverspec
22

3+
## [0.7.0](https://github.com/test-kitchen/busser-serverspec/compare/v0.6.3...v0.7.0) (2026-08-28)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Ruby 3.1 and busser releases older than 0.9.0 are no longer supported.
9+
10+
### Features
11+
12+
* require Ruby 3.2 and busser 0.9, adopt release-please ([#76](https://github.com/test-kitchen/busser-serverspec/issues/76)) ([d3a3c59](https://github.com/test-kitchen/busser-serverspec/commit/d3a3c5906301ddbfcea4643b06d3fb93e4448d0d))
13+
14+
15+
### Bug Fixes
16+
17+
* quote paths before handing them to a shell ([#89](https://github.com/test-kitchen/busser-serverspec/issues/89)) ([7a8869d](https://github.com/test-kitchen/busser-serverspec/commit/7a8869df6fd2b2f2e9058f6766491349eeaa8788))
18+
319
## 0.5.10 2016-08-12
420

521
* use container-based test at travis-ci.

lib/busser/serverspec/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ module Busser
1919
# Namespace for the Serverspec Busser runner plugin.
2020
module Serverspec
2121
# Version string for the Serverspec Busser runner plugin
22-
VERSION = "0.6.3".freeze
22+
VERSION = "0.7.0".freeze
2323
end
2424
end

0 commit comments

Comments
 (0)