[DRE-commits] [vagrant-libvirt] 13/104: v0.0.2 notes

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Apr 24 13:55:39 UTC 2016


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to annotated tag 0.0.11
in repository vagrant-libvirt.

commit 89ef2876355df4664af112a5a7fdca349faff478
Author: pradels <les.pradels at gmail.com>
Date:   Mon Apr 1 17:23:16 2013 +0200

    v0.0.2 notes
---
 README.md                      | 3 ++-
 lib/vagrant-libvirt/version.rb | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index c98a5d4..dfea50a 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ This plugin is inspired by existing [vagrant-aws](https://github.com/mitchellh/v
 
 **Note:** This plugin requires Vagrant 1.1+.
 
-## Features
+## Features (Version 0.0.2)
 
 * Upload box image (qcow2 format) to Libvirt storage pool.
 * Create volume as COW diff image for domains.
@@ -16,6 +16,7 @@ This plugin is inspired by existing [vagrant-aws](https://github.com/mitchellh/v
 * SSH into domains.
 * Provision domains with any built-in Vagrant provisioner.
 * Minimal synced folder support via `rsync`.
+* Up, destroy, suspend, resume, halt, ssh, provision subcommands.
 
 ## Usage
 
diff --git a/lib/vagrant-libvirt/version.rb b/lib/vagrant-libvirt/version.rb
index 5e8b1a3..5a90f61 100644
--- a/lib/vagrant-libvirt/version.rb
+++ b/lib/vagrant-libvirt/version.rb
@@ -1,5 +1,5 @@
 module VagrantPlugins
   module Libvirt
-    VERSION = "0.0.1"
+    VERSION = "0.0.2"
   end
 end

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/vagrant-libvirt.git



More information about the Pkg-ruby-extras-commits mailing list