From e3215507caca73afa307bec8ba7b69ffc462f63d Mon Sep 17 00:00:00 2001 From: Fabrizio Pandini Date: Sun, 26 Jun 2016 11:04:01 +0200 Subject: [PATCH 1/2] 0.2.4 deploy --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2335e68..7a1633d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,3 +23,11 @@ other changes: other changes: * Documented cluster.debug feature * Improved code inline documentation + +# 0.2.4 (June 26, 2016) + +* issues #3 Now vagrant up and vagrant provision support also a list of machine name / regular expressions. +* pr #3 Support changing ansible_playbook_path & clean up path management + +NB. breaking change +ansible_group_vars_path and ansible_host_vars_path are not supported anymore From e91fdcb818652b66eb07dd1f5b5d851736cd41c9 Mon Sep 17 00:00:00 2001 From: Fabrizio Pandini Date: Sun, 26 Jun 2016 11:04:33 +0200 Subject: [PATCH 2/2] 0.2.4 deploy --- lib/vagrant/compose/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant/compose/version.rb b/lib/vagrant/compose/version.rb index 901a3ad..2d803da 100644 --- a/lib/vagrant/compose/version.rb +++ b/lib/vagrant/compose/version.rb @@ -1,5 +1,5 @@ module Vagrant module Compose - VERSION = "0.2.3" + VERSION = "0.2.4" end end