We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aaf66a commit 861d4b4Copy full SHA for 861d4b4
CHANGELOG
@@ -1,6 +1,25 @@
1
vagrant-pe_build
2
================
3
4
+0.18.1
5
+------
6
+
7
+2019-01-01
8
9
+This is a backwards compatible bugfix release.
10
11
+ * Add test coverage for Vagrant 2.2
12
13
+ * Add support for 2018.1.5
14
15
+ * Add support for 2019.0.1
16
17
+ * Fixed an issue where Windows agent packages were not downloaded to the
18
+ location where the installer expected them.
19
20
+ * Improved logging around failed Windows installations.
21
22
23
0.18.0
24
------
25
lib/pe_build/version.rb
@@ -1,3 +1,3 @@
module PEBuild
- VERSION = '0.18.0'.freeze
+ VERSION = '0.18.1'.freeze
end
0 commit comments