From 79a378f4db7594890c86af3c3a6b1dc32b0c88e0 Mon Sep 17 00:00:00 2001 From: "kirby@puppetlabs.com" Date: Tue, 24 Jul 2018 16:46:26 -0700 Subject: [PATCH] (MAINT) release 0.2.0 --- CHANGELOG.md | 6 ++++-- lib/vmpooler/version.rb | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1930370e1..54641b9f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,14 +11,16 @@ Tracking in this Changelog began for this project with the tagging of version 0. If you're looking for changes from before this, refer to the project's git logs & PR history. -# [Unreleased](https://github.com/puppetlabs/vmpooler/compare/0.1.0...master) +# [Unreleased](https://github.com/puppetlabs/vmpooler/compare/0.2.0...master) + +# [0.2.0](https://github.com/puppetlabs/vmpooler/compare/0.1.0...0.2.0) ### Fixed - (POOLER-128) VM specific mutex objects are not dereferenced when a VM is destroyed - A VM that is being destroyed is reported as discovered ### Added -- Adds a new mechanism to load providers from any gem or file path +- Adds a new mechanism to load providers from any gem or file path # [0.1.0](https://github.com/puppetlabs/vmpooler/compare/4c858d012a262093383e57ea6db790521886d8d4...master) diff --git a/lib/vmpooler/version.rb b/lib/vmpooler/version.rb index f303ce063..ecc81107e 100644 --- a/lib/vmpooler/version.rb +++ b/lib/vmpooler/version.rb @@ -1,3 +1,3 @@ module Vmpooler - VERSION = '0.1.0'.freeze + VERSION = '0.2.0'.freeze end