From 8b95067147752980a57faff393956cfb986aaf62 Mon Sep 17 00:00:00 2001 From: "J.R. Garcia" Date: Thu, 1 Nov 2018 10:22:51 -0500 Subject: [PATCH] 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 --- CONTRIBUTORS.md | 1 + lib/rbvmomi/version.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 885d1b56..5c4c29db 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -6,6 +6,7 @@ * Colin O'Byrne and Martin Marinov * Colin O'Byrne and Nick Coelius * Daniel Rife +* Dave Hewitt <43970119+davehewitt@users.noreply.github.com> * Dominic Cleal * Dominic Cleal * Doug MacEachern diff --git a/lib/rbvmomi/version.rb b/lib/rbvmomi/version.rb index cfd9b934..558603ba 100644 --- a/lib/rbvmomi/version.rb +++ b/lib/rbvmomi/version.rb @@ -2,5 +2,5 @@ # SPDX-License-Identifier: MIT module RbVmomi - VERSION = '1.13.0'.freeze + VERSION = '2.0.0'.freeze end