Skip to content

Commit b1d212a

Browse files
chore(main): release 2.0.0 (#10)
1 parent eca1fce commit b1d212a

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
# kitchen-vcair Changelog
1+
# Changelog
2+
3+
## [2.0.0](https://github.com/test-kitchen/kitchen-vcair/compare/v1.1.0...v2.0.0) (2024-07-01)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* add support for ruby 3.x ([#9](https://github.com/test-kitchen/kitchen-vcair/issues/9))
9+
10+
### Features
11+
12+
* add support for ruby 3.x ([#9](https://github.com/test-kitchen/kitchen-vcair/issues/9)) ([eca1fce](https://github.com/test-kitchen/kitchen-vcair/commit/eca1fcebc871373b370af838af4dfc548136e2bb))
13+
14+
## kitchen-vcair Changelog
215

316
## Release: 1.1.0 / 2015-12-17
417

lib/kitchen/driver/vcair_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919

2020
module Kitchen
2121
module Driver
22-
VCAIR_VERSION = "1.1.0".freeze
22+
VCAIR_VERSION = "2.0.0".freeze
2323
end
2424
end

0 commit comments

Comments
 (0)