Skip to content

Commit

Permalink
Bump to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gaozengqi committed Sep 16, 2022
1 parent d792a2a commit 80bb018
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion lib/vagrant-qemu/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module VagrantPlugins
module QEMU
VERSION = '0.2.0'
VERSION = '0.3.0'
end
end

0 comments on commit 80bb018

Please sign in to comment.