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

Commit

Permalink
Prepare for new release
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
J.R. Garcia committed Nov 1, 2018
1 parent a586755 commit 8b95067
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Colin O'Byrne and Martin Marinov <[email protected]>
* Colin O'Byrne and Nick Coelius <[email protected]>
* Daniel Rife <[email protected]>
* Dave Hewitt <[email protected]>
* Dominic Cleal <[email protected]>
* Dominic Cleal <[email protected]>
* Doug MacEachern <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion lib/rbvmomi/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# SPDX-License-Identifier: MIT

module RbVmomi
VERSION = '1.13.0'.freeze
VERSION = '2.0.0'.freeze
end

0 comments on commit 8b95067

Please sign in to comment.