From 0b5e5a80e4357bf27bf1ba28879896a7d965a092 Mon Sep 17 00:00:00 2001 From: pepicrft Date: Thu, 10 Oct 2024 10:13:25 +0000 Subject: [PATCH] [Release] XcodeProj 8.24.2 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e87871c1..1b1f77f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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.2] - 2024-10-10 +### Details +#### Chore +- Update actions/checkout digest to eef6144 by @renovate[bot] in [#864](https://github.com/tuist/XcodeProj/pull/864) +- Update dependency tuist to v4.29.0 by @renovate[bot] in [#863](https://github.com/tuist/XcodeProj/pull/863) + +#### Fix +- Issues parsing Xcode 16 projects by @pepicrft in [#862](https://github.com/tuist/XcodeProj/pull/862) + ## [8.24.1] - 2024-09-27 ### Details #### Fix @@ -86,6 +95,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.2]: https://github.com/tuist/XcodeProj/compare/8.24.1..8.24.2 [8.24.1]: https://github.com/tuist/XcodeProj/compare/8.24.0..8.24.1 [8.24.0]: https://github.com/tuist/XcodeProj/compare/8.23.11..8.24.0 [8.23.11]: https://github.com/tuist/XcodeProj/compare/8.23.10..8.23.11