From 4e84f417552dc5243d189339bbe0fb08d9e5cb42 Mon Sep 17 00:00:00 2001 From: pepicrft Date: Tue, 3 Dec 2024 16:48:08 +0000 Subject: [PATCH] [Release] XcodeProj 8.24.13 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0113b393..b17ebeb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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.24.13] - 2024-12-03 +### Details +#### Docs +- Add Speakus as a contributor for code by @allcontributors[bot] in [#887](https://github.com/tuist/XcodeProj/pull/887) + +#### Refactor +- Update PathRunnable so that it subclasses Runnable by @georgenavarro in [#883](https://github.com/tuist/XcodeProj/pull/883) + +## New Contributors +* @georgenavarro made their first contribution in [#883](https://github.com/tuist/XcodeProj/pull/883) ## [8.24.12] - 2024-12-03 ### Details #### Docs @@ -153,6 +163,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.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 [8.24.10]: https://github.com/tuist/XcodeProj/compare/8.24.9..8.24.10