Skip to content
This repository was archived by the owner on Jul 1, 2021. It is now read-only.

Commit 8b95067

Browse files
author
J.R. Garcia
committed
Prepare for new release
Updating version and contributors list for new release. Unfortunately, this involved a change to a dependency that has been renamed (with the former being deprecated). We have a file that makes modifications for this dependency and this is a breaking change due to the changes we expose for that dependency. Because of this, we have had to bump the major version to 2.0.0 (rather than just 1.13.1 or 1.14.0). Doing this will prevent any breaking changes for people following semantic versioning in their Gemfile/gemspec. Signed-off-by: J.R. Garcia <[email protected]>
1 parent a586755 commit 8b95067

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CONTRIBUTORS.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* Colin O'Byrne and Martin Marinov <[email protected]>
77
* Colin O'Byrne and Nick Coelius <[email protected]>
88
* Daniel Rife <[email protected]>
9+
* Dave Hewitt <[email protected]>
910
* Dominic Cleal <[email protected]>
1011
* Dominic Cleal <[email protected]>
1112
* Doug MacEachern <[email protected]>

lib/rbvmomi/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# SPDX-License-Identifier: MIT
33

44
module RbVmomi
5-
VERSION = '1.13.0'.freeze
5+
VERSION = '2.0.0'.freeze
66
end

0 commit comments

Comments
 (0)