This commit is contained in:
Josh Holtrop 2014-02-20 16:42:10 -05:00
parent 0d8f661fd4
commit 6aa5037234
2 changed files with 5 additions and 1 deletions

View File

@ -243,6 +243,10 @@ http://rubydoc.info/github/holtrop/rscons/frames.
## Release Notes ## Release Notes
### v1.2.0
- add :clone option to Environment#clone to control exactly which Environment attributes are cloned
- allow nil to be passed in to Environment#build_root=
### v1.1.0 ### v1.1.0
- Change Cache#up_to_date?() and #register_build() to accept a single target - Change Cache#up_to_date?() and #register_build() to accept a single target

View File

@ -1,4 +1,4 @@
module Rscons module Rscons
# gem version # gem version
VERSION = "1.1.0" VERSION = "1.2.0"
end end