File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Upcoming
3
+ ## 1.4.0
4
4
### Features
5
5
* supports vagrant 1.5 [[ #80 ] ( https://github.com/smdahlen/vagrant-hostmanager/issues/80 ) , [ #81 ] ( https://github.com/smdahlen/vagrant-hostmanager/pull/81 )]
6
6
* only updates hosts file if contents have changed [[ #78 ] ( https://github.com/smdahlen/vagrant-hostmanager/pull/78 )]
11
11
* when multiple private_networks are configured, the first one is used [[ #64 ] ( https://github.com/smdahlen/vagrant-hostmanager/pull/64 )]
12
12
* destroyed machines are now removed from hosts file [[ #52 ] ( https://github.com/smdahlen/vagrant-hostmanager/pull/52 )]
13
13
14
- [ Full diff] ( https://github.com/smdahlen/vagrant-hostmanager/compare/v1.3.0...master )
14
+ [ Full diff] ( https://github.com/smdahlen/vagrant-hostmanager/compare/v1.3.0...v1.4.0 )
15
15
16
16
17
17
## 1.3.0
Original file line number Diff line number Diff line change 1
1
module VagrantPlugins
2
2
module HostManager
3
- VERSION = '1.3 .0'
3
+ VERSION = '1.4 .0'
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments