mirror of
https://github.com/ms-ati/docile
synced 2023-03-27 23:21:52 -04:00
Bump for release v1.1.0
This commit is contained in:
parent
28daa260c2
commit
09b516d283
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
||||||
# HISTORY
|
# HISTORY
|
||||||
|
|
||||||
|
## [v1.1.0 (Jul 29, 2013)](http://github.com/ms-ati/docile/compare/v1.0.5...v1.1.0)
|
||||||
|
|
||||||
|
- add functional-style DSL objects via `Docile#dsl_eval_immutable`
|
||||||
|
|
||||||
## [v1.0.5 (Jul 28, 2013)](http://github.com/ms-ati/docile/compare/v1.0.4...v1.0.5)
|
## [v1.0.5 (Jul 28, 2013)](http://github.com/ms-ati/docile/compare/v1.0.4...v1.0.5)
|
||||||
|
|
||||||
- achieve 100% yard docs coverage
|
- achieve 100% yard docs coverage
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
module Docile
|
module Docile
|
||||||
# The current version of this library
|
# The current version of this library
|
||||||
VERSION = "1.0.5"
|
VERSION = "1.1.0"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue