From 80bb0188d607ff4c221e0ff1492b92e4ee207389 Mon Sep 17 00:00:00 2001 From: gaozengqi Date: Fri, 16 Sep 2022 13:35:51 +0800 Subject: [PATCH] Bump to 0.3.0 --- CHANGELOG.md | 6 ++++++ lib/vagrant-qemu/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ebe7b8..ea7485c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,3 +36,9 @@ * Add config extra_qemu_args'. * Refine error message, such as 'Invalid qemu dir'. * Add a 'Force Multicore' to Readme. + +# 0.3.0 (2022-09-16) + +* Add config extra_netdev_args. +* Replace `nc` with ruby's socket +* Add config control_port, debug_port, no_daemonize config for window host diff --git a/lib/vagrant-qemu/version.rb b/lib/vagrant-qemu/version.rb index 8592b0f..be6c143 100644 --- a/lib/vagrant-qemu/version.rb +++ b/lib/vagrant-qemu/version.rb @@ -1,5 +1,5 @@ module VagrantPlugins module QEMU - VERSION = '0.2.0' + VERSION = '0.3.0' end end