From d3df4265b8383dd56dae4b01f817d30c22e7612c Mon Sep 17 00:00:00 2001 From: pepicrft Date: Tue, 3 Dec 2024 17:36:37 +0000 Subject: [PATCH] [Release] XcodeProj 8.25.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b17ebeb3..30139610 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [8.25.0] - 2024-12-03 +### Details +#### Feat +- Add handling for Swift Testing Only Parallelization by @kelvinharron in [#871](https://github.com/tuist/XcodeProj/pull/871) + +## New Contributors +* @kelvinharron made their first contribution in [#871](https://github.com/tuist/XcodeProj/pull/871) ## [8.24.13] - 2024-12-03 ### Details #### Docs @@ -163,6 +170,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 #### Feat - Introduce the new Xcode 16 models `PBXFileSystemSynchronizedRootGroup` and `PBXFileSystemSynchronizedBuildFileExceptionSet` by @pepicrft in [#827](https://github.com/tuist/XcodeProj/pull/827) +[8.25.0]: https://github.com/tuist/XcodeProj/compare/8.24.13..8.25.0 [8.24.13]: https://github.com/tuist/XcodeProj/compare/8.24.12..8.24.13 [8.24.12]: https://github.com/tuist/XcodeProj/compare/8.24.11..8.24.12 [8.24.11]: https://github.com/tuist/XcodeProj/compare/8.24.10..8.24.11