Skip to content

Commit

Permalink
Bump to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gaozengqi committed Sep 16, 2022
1 parent 2f9a164 commit 0b4064b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,7 @@
* Add config extra_netdev_args.
* Replace `nc` with ruby's socket
* Add config control_port, debug_port, no_daemonize config for window host

# 0.3.1 (2022-09-16)

* Fix missing :arch for driver.import(options)
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.3.0'
VERSION = '0.3.1'
end
end

0 comments on commit 0b4064b

Please sign in to comment.