v1.2.0
This commit is contained in:
parent
0d8f661fd4
commit
6aa5037234
@ -243,6 +243,10 @@ http://rubydoc.info/github/holtrop/rscons/frames.
|
||||
|
||||
## 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
|
||||
|
||||
- Change Cache#up_to_date?() and #register_build() to accept a single target
|
||||
|
@ -1,4 +1,4 @@
|
||||
module Rscons
|
||||
# gem version
|
||||
VERSION = "1.1.0"
|
||||
VERSION = "1.2.0"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user