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 <jrg@vmware.com>
1 parent a586755 commit 8b95067

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* Colin O'Byrne and Martin Marinov <cobyrne@vmware.com>
77
* Colin O'Byrne and Nick Coelius <cobyrne@vmware.com>
88
* Daniel Rife <daniel.rife@rightscale.com>
9+
* Dave Hewitt <43970119+davehewitt@users.noreply.github.com>
910
* Dominic Cleal <dcleal@redhat.com>
1011
* Dominic Cleal <dominic@cleal.org>
1112
* Doug MacEachern <dougm@vmware.com>

lib/rbvmomi/version.rb

Lines changed: 1 addition & 1 deletion
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)