Skip to content

Commit

Permalink
Bump to 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gaozengqi committed Jul 27, 2023
1 parent 0f8a948 commit 4d85f60
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,11 @@
# 0.3.4 (2023-03-09)

* Add config 'drive_interface'.

# 0.3.5 (2023-07-27)

* Fix forwarded ports bug. #39
* Add config 'firmware_format', 'ssh_host', 'other_default'.
* Allow no cpu for riscv64.
* Allow more config options to be nil.
* Let id start with "vq_".
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.4'
VERSION = '0.3.5'
end
end

0 comments on commit 4d85f60

Please sign in to comment.