mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
(MAINT) release 0.2.0
This commit is contained in:
parent
2daa5244b8
commit
79a378f4db
2 changed files with 5 additions and 3 deletions
|
|
@ -11,7 +11,9 @@ 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
|
If you're looking for changes from before this, refer to the project's
|
||||||
git logs & PR history.
|
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
|
### Fixed
|
||||||
- (POOLER-128) VM specific mutex objects are not dereferenced when a VM is destroyed
|
- (POOLER-128) VM specific mutex objects are not dereferenced when a VM is destroyed
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
module Vmpooler
|
module Vmpooler
|
||||||
VERSION = '0.1.0'.freeze
|
VERSION = '0.2.0'.freeze
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue