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
|
## 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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
module Rscons
|
module Rscons
|
||||||
# gem version
|
# gem version
|
||||||
VERSION = "1.1.0"
|
VERSION = "1.2.0"
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user