Releasing version 1.6.0

This commit is contained in:
Seth Reeser 2015-07-20 17:07:41 -04:00 committed by Seth Reeser
parent 176d70efc5
commit e50e04fd38
2 changed files with 17 additions and 3 deletions

View File

@ -1,5 +1,19 @@
# Changelog
## 1.6.0
### Features
* splits hostnames across many lines [[#67](https://github.com/smdahlen/vagrant-hostmanager/pull/103)]
### Bug fixes
* show description for hostmanager when vagrant list-commands is triggered [[#105](https://github.com/smdahlen/vagrant-hostmanager/pull/105)]
### Miscelaneous
* extract old vagrant version compatibility code into util method [[#97](https://github.com/smdahlen/vagrant-hostmanager/pull/97)]
* migrate HostsFile code into its own class [[#98](https://github.com/smdahlen/vagrant-hostmanager/pull/97)]
[Full diff](https://github.com/smdahlen/vagrant-hostmanager/compare/v1.5.0...v1.6.0)
## 1.5.0
### Features
* hostmanager now runs *before* provisioning takes place, on `up` action [[#73](https://github.com/smdahlen/vagrant-hostmanager/issues/73)]

View File

@ -1,5 +1,5 @@
module VagrantPlugins
module HostManager
VERSION = '1.5.0'
VERSION = '1.6.0'
end
end