Skip to content

Commit 5fdac93

Browse files
committed
Version 8.10.0
1 parent ceb3721 commit 5fdac93

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
🚀 Check out the guidelines [here](https://tuist.io/docs/contribution/changelog-guidelines/)
22

3+
## 8.10.0
4+
5+
### Fixed
6+
7+
- Fix unstable reads for `XCSchemeManagement` [#758](https://github.com/tuist/XcodeProj/pull/758) by [@kwridan](https://github.com/kwridan)
8+
39
## 8.9.0
410

511
### Added

xcodeproj.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'xcodeproj'
3-
s.version = '8.9.0'
3+
s.version = '8.10.0'
44
s.summary = 'Read/Modify/Write your Xcode projects'
55
s.homepage = 'https://github.com/tuist/xcodeproj'
66
s.license = 'MIT'

0 commit comments

Comments
 (0)