mirror of
https://github.com/ms-ati/docile
synced 2023-03-27 23:21:52 -04:00
Bump for release v1.0.3
This commit is contained in:
parent
d7cae46922
commit
3bd01b3e27
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
# HISTORY
|
||||
|
||||
## [v1.0.3 (Jul 6, 2013)](http://github.com/ms-ati/docile/compare/v1.0.2...v1.0.3)
|
||||
|
||||
- instrument code coverage via SimpleCov and publish to Coveralls.io
|
||||
|
||||
## [v1.0.2 (Apr 1, 2013)](http://github.com/ms-ati/docile/compare/v1.0.1...v1.0.2)
|
||||
|
||||
- allow passing parameters to DSL blocks (thanks @dslh!)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Docile
|
||||
VERSION = "1.0.2"
|
||||
VERSION = "1.0.3"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue