From 2d1fc73db5d4513f9d37c541e316256c904eae60 Mon Sep 17 00:00:00 2001 From: Jonathan Hartman Date: Thu, 20 Aug 2015 20:32:47 -0700 Subject: [PATCH] Bump version for release --- CHANGELOG.md | 4 +++- lib/kitchen/localhost/version.rb | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f384ec..ce9aafb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ Kitchen-Localhost CHANGELOG =========================== -v?.?.? (????-??-??) +v0.3.0 (2015-08-20) ------------------- - Add Windows support +- Add a `clean_up_on_destroy` option for saving Kitchen's temp dirs (e.g. to + save Busser plugins on a caching-capable CI system) v0.2.0 (2015-05-31) ------------------- diff --git a/lib/kitchen/localhost/version.rb b/lib/kitchen/localhost/version.rb index f0c3cfb..570f784 100644 --- a/lib/kitchen/localhost/version.rb +++ b/lib/kitchen/localhost/version.rb @@ -22,6 +22,6 @@ module Kitchen # # @author Jonathan Hartman module Localhost - VERSION = '0.2.1.dev' + VERSION = '0.3.0' end end