File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.6.0
4+ ### Features
5+ * splits hostnames across many lines [[ #67 ] ( https://github.com/smdahlen/vagrant-hostmanager/pull/103 )]
6+
7+ ### Bug fixes
8+ * show description for hostmanager when vagrant list-commands is triggered [[ #105 ] ( https://github.com/smdahlen/vagrant-hostmanager/pull/105 )]
9+
10+ ### Miscelaneous
11+ * extract old vagrant version compatibility code into util method [[ #97 ] ( https://github.com/smdahlen/vagrant-hostmanager/pull/97 )]
12+ * migrate HostsFile code into its own class [[ #98 ] ( https://github.com/smdahlen/vagrant-hostmanager/pull/97 )]
13+
14+ [ Full diff] ( https://github.com/smdahlen/vagrant-hostmanager/compare/v1.5.0...v1.6.0 )
15+
16+
317## 1.5.0
418### Features
519* hostmanager now runs * before* provisioning takes place, on ` up ` action [[ #73 ] ( https://github.com/smdahlen/vagrant-hostmanager/issues/73 )]
1327### Miscelaneous
1428* add passwordless sudo instructions to README [[ #95 ] ( https://github.com/smdahlen/vagrant-hostmanager/pull/95 )]
1529
16- [ Full diff] ( https://github.com/smdahlen/vagrant-hostmanager/compare/v1.4.0...v1.5.0 )
30+ [ Full diff] ( https://github.com/smdahlen/vagrant-hostmanager/compare/v1.4.0...v1.5.0 )
1731
1832
1933## 1.4.0
2741* when multiple private_networks are configured, the first one is used [[ #64 ] ( https://github.com/smdahlen/vagrant-hostmanager/pull/64 )]
2842* destroyed machines are now removed from hosts file [[ #52 ] ( https://github.com/smdahlen/vagrant-hostmanager/pull/52 )]
2943
30- [ Full diff] ( https://github.com/smdahlen/vagrant-hostmanager/compare/v1.3.0...v1.4.0 )
44+ [ Full diff] ( https://github.com/smdahlen/vagrant-hostmanager/compare/v1.3.0...v1.4.0 )
3145
3246
3347## 1.3.0
Original file line number Diff line number Diff line change 11module VagrantPlugins
22 module HostManager
3- VERSION = '1.5 .0'
3+ VERSION = '1.6 .0'
44 end
55end
You can’t perform that action at this time.
0 commit comments