Skip to content

Commit 1f87522

Browse files
committed
Release 0.10.1
1 parent d970a37 commit 1f87522

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11

22
## Master
33

4+
## 0.10.1
5+
6+
###### Enhancements
7+
8+
* Build configurations are now deeply copied.
9+
[CocoaPods/CocoaPods#1288](https://github.com/CocoaPods/CocoaPods/issues/1322),
10+
411
## 0.10.0
512

613
###### Breaking

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ GIT
1818
PATH
1919
remote: .
2020
specs:
21-
xcodeproj (0.10.0)
21+
xcodeproj (0.10.1)
2222
activesupport (~> 3.0)
2323
colored (~> 1.2)
2424

lib/xcodeproj/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Xcodeproj
22
# The version of the xcodeproj gem.
33
#
4-
VERSION = '0.10.0' unless defined? Xcodeproj::VERSION
4+
VERSION = '0.10.1' unless defined? Xcodeproj::VERSION
55
end
66

0 commit comments

Comments
 (0)