From 1f87522f0ae012b0ff4b0e5575b8a14e47d1490a Mon Sep 17 00:00:00 2001 From: Fabio Pelosin Date: Wed, 4 Sep 2013 16:41:11 +0200 Subject: [PATCH] Release 0.10.1 --- CHANGELOG.md | 7 +++++++ Gemfile.lock | 2 +- lib/xcodeproj/gem_version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b28888dd3..9ac634c7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ ## Master +## 0.10.1 + +###### Enhancements + +* Build configurations are now deeply copied. + [CocoaPods/CocoaPods#1288](https://github.com/CocoaPods/CocoaPods/issues/1322), + ## 0.10.0 ###### Breaking diff --git a/Gemfile.lock b/Gemfile.lock index 2e4743dc1..4e1bfa07b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,7 +18,7 @@ GIT PATH remote: . specs: - xcodeproj (0.10.0) + xcodeproj (0.10.1) activesupport (~> 3.0) colored (~> 1.2) diff --git a/lib/xcodeproj/gem_version.rb b/lib/xcodeproj/gem_version.rb index 65de292b3..67737dc33 100644 --- a/lib/xcodeproj/gem_version.rb +++ b/lib/xcodeproj/gem_version.rb @@ -1,6 +1,6 @@ module Xcodeproj # The version of the xcodeproj gem. # - VERSION = '0.10.0' unless defined? Xcodeproj::VERSION + VERSION = '0.10.1' unless defined? Xcodeproj::VERSION end