Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitchen-porter authored Jul 1, 2024
1 parent eca1fce commit b1d212a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.0"
".": "2.0.0"
}
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# kitchen-vcair Changelog
# Changelog

## [2.0.0](https://github.com/test-kitchen/kitchen-vcair/compare/v1.1.0...v2.0.0) (2024-07-01)


### ⚠ BREAKING CHANGES

* add support for ruby 3.x ([#9](https://github.com/test-kitchen/kitchen-vcair/issues/9))

### Features

* 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))

## kitchen-vcair Changelog

## Release: 1.1.0 / 2015-12-17

Expand Down
2 changes: 1 addition & 1 deletion lib/kitchen/driver/vcair_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

module Kitchen
module Driver
VCAIR_VERSION = "1.1.0".freeze
VCAIR_VERSION = "2.0.0".freeze
end
end

0 comments on commit b1d212a

Please sign in to comment.