Skip to content

Commit

Permalink
Bump to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gaozengqi committed Sep 20, 2022
1 parent 33a3c2f commit 2d12cfc
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 @@ -46,3 +46,7 @@
# 0.3.1 (2022-09-16)

* Fix missing :arch for driver.import(options)

# 0.3.2 (2022-09-20)

* Use kill 0 to check whether a process is running
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.1'
VERSION = '0.3.2'
end
end

0 comments on commit 2d12cfc

Please sign in to comment.