File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.3.0 (March 22, 2022)
2
+ IMPROVEMENTS:
3
+ - Support fetching the VM IP using prlctl
4
+ [[ GH-434 ] ( https://github.com/Parallels/vagrant-parallels/pull/434 )] .
5
+ - Update gem dependensies and support Ruby 3.0
6
+ [[ GH-437 ] ( https://github.com/Parallels/vagrant-parallels/pull/437 )] ,
7
+ [[ GH-439 ] ( https://github.com/Parallels/vagrant-parallels/pull/439 )] .
8
+
9
+ BUG FIXES:
10
+ - Fixes SSH access to ` .macvm ` VMs on Macs with Apple M-series chip
11
+ [[ GH-435 ] ( https://github.com/Parallels/vagrant-parallels/issues/435 )]
12
+
1
13
## 2.2.6 (December 19, 2022)
2
14
BUG FIXES:
3
15
- Fix the macOS VMs support on ARM-based Mac
Original file line number Diff line number Diff line change 1
1
module VagrantPlugins
2
2
module Parallels
3
- VERSION = '2.2.6 '
3
+ VERSION = '2.3.0 '
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments