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 a9e059e commit f0a6ccaCopy full SHA for f0a6cca
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Upcoming
+## 1.5.0
4
### Features
5
* hostmanager now runs *before* provisioning takes place, on `up` action [[#73](https://github.com/smdahlen/vagrant-hostmanager/issues/73)]
6
@@ -13,7 +13,7 @@
13
### Miscelaneous
14
* add passwordless sudo instructions to README [[#95](https://github.com/smdahlen/vagrant-hostmanager/pull/95)]
15
16
-[Full diff](https://github.com/smdahlen/vagrant-hostmanager/compare/v1.4.0...master)
+[Full diff](https://github.com/smdahlen/vagrant-hostmanager/compare/v1.4.0...v1.5.0)
17
18
19
## 1.4.0
lib/vagrant-hostmanager/version.rb
@@ -1,5 +1,5 @@
module VagrantPlugins
module HostManager
- VERSION = '1.4.0'
+ VERSION = '1.5.0'
end
0 commit comments