Skip to content

Commit

Permalink
Release 0.17.0.rc.1, the end is nigh?
Browse files Browse the repository at this point in the history
  • Loading branch information
fnichol committed Mar 29, 2015
1 parent 66eafa7 commit 8c7c9b1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.17.0.rc.1 / 2015-03-29

### Improvements

* Pull request [#157][]: Close Transport connection in #destroy. ([@fnichol][])
* Pull request [#158][]: Add plugin metadata to the Driver. ([@fnichol][])


## 0.17.0.beta.4 / 2015-03-26

### Bug fixes
Expand Down Expand Up @@ -273,6 +281,8 @@ The initial release.
[#154]: https://github.com/test-kitchen/kitchen-vagrant/issues/154
[#155]: https://github.com/test-kitchen/kitchen-vagrant/issues/155
[#156]: https://github.com/test-kitchen/kitchen-vagrant/issues/156
[#157]: https://github.com/test-kitchen/kitchen-vagrant/issues/157
[#158]: https://github.com/test-kitchen/kitchen-vagrant/issues/158
[@Annih]: https://github.com/Annih
[@Igorshp]: https://github.com/Igorshp
[@RobertRehberg]: https://github.com/RobertRehberg
Expand Down
2 changes: 1 addition & 1 deletion lib/kitchen/driver/vagrant_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ module Kitchen
module Driver

# Version string for Vagrant Kitchen driver
VAGRANT_VERSION = "0.17.0.dev"
VAGRANT_VERSION = "0.17.0.rc.1"
end
end

0 comments on commit 8c7c9b1

Please sign in to comment.