From 6aa503723403869d7a5d1c62150050c3e0b886a1 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Thu, 20 Feb 2014 16:42:10 -0500 Subject: [PATCH] v1.2.0 --- README.md | 4 ++++ lib/rscons/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cfaf482..7f234c8 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/lib/rscons/version.rb b/lib/rscons/version.rb index f7e6fb5..dedf375 100644 --- a/lib/rscons/version.rb +++ b/lib/rscons/version.rb @@ -1,4 +1,4 @@ module Rscons # gem version - VERSION = "1.1.0" + VERSION = "1.2.0" end