This commit is contained in:
Christoph Hartmann 2015-10-21 21:49:07 +02:00
parent 7bc775f3b7
commit 579e465b88
2 changed files with 23 additions and 1 deletions

View file

@ -1,3 +1,25 @@
# Changelog
## 0.8.0
* #105 add to_s methods to resources, fixes #98
* #106 Improve unit tests
* #110 make default rake tasks test+lint
* #111 Train
* #112 take care of ruby warnings
* #115 Fixes
* #116 test: group resource tests
* #117 Add support for `expect`
* #119 delivery: select build node on new fqdn
* #118 add first round of audit resource docs
* #122 move markdown docs to rst
* #114 simplify yum implementation
* #123 add resources, sync matcher patterns
* #124 fix the header structure
* #126 add test-kitchen example
* #127 add more usage headers
* #128 more CentOS support
## 0.7.0
* complete rewrite of execution backend for ssh and docker

View file

@ -3,5 +3,5 @@
# author: Christoph Hartmann
module Vulcano
VERSION = '0.7.0'
VERSION = '0.8.0'
end