From 4d85c97dd96ffea4400d0f136a0ee405683ea9e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 12:51:04 +0000 Subject: [PATCH 1/4] chore(deps): update dependency tuist to v4.31.0 --- .mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mise.toml b/.mise.toml index 95a59826..800ef645 100644 --- a/.mise.toml +++ b/.mise.toml @@ -1,5 +1,5 @@ [tools] swiftformat = "0.54.3" -tuist = "4.30.0" +tuist = "4.31.0" swiftlint = "0.55.1" "git-cliff" = "2.4.0" From 0c622f0dbf69a314d4e00e912e0b81fb9a2b3282 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Wed, 23 Oct 2024 16:57:20 +0000 Subject: [PATCH 2/4] [Release] XcodeProj 8.24.5 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7d62c35..db93dd1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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.5] - 2024-10-23 +### Details +#### Chore +- Update dependency tuist to v4.31.0 by @renovate[bot] in [#872](https://github.com/tuist/XcodeProj/pull/872) + ## [8.24.4] - 2024-10-16 ### Details #### Chore @@ -105,6 +110,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.5]: https://github.com/tuist/XcodeProj/compare/8.24.4..8.24.5 [8.24.4]: https://github.com/tuist/XcodeProj/compare/8.24.3..8.24.4 [8.24.3]: https://github.com/tuist/XcodeProj/compare/8.24.2..8.24.3 [8.24.2]: https://github.com/tuist/XcodeProj/compare/8.24.1..8.24.2 From 8157e7c553ae44c44a9875e836e86beac7416a59 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 20:11:42 +0000 Subject: [PATCH 3/4] chore(deps): update actions/checkout digest to 11bd719 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 56b05e3c..b62a1336 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: timeout-minutes: 15 if: "!startsWith(github.event.head_commit.message, '[Release]')" steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 0 - uses: jdx/mise-action@v2 From f6c9cb05835086af13f91317f92693848b43ea47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Wed, 23 Oct 2024 22:39:29 +0000 Subject: [PATCH 4/4] [Release] XcodeProj 8.24.6 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index db93dd1a..1b8766aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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.6] - 2024-10-23 +### Details +#### Chore +- Update actions/checkout digest to 11bd719 by @renovate[bot] in [#873](https://github.com/tuist/XcodeProj/pull/873) + ## [8.24.5] - 2024-10-23 ### Details #### Chore @@ -110,6 +115,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.6]: https://github.com/tuist/XcodeProj/compare/8.24.5..8.24.6 [8.24.5]: https://github.com/tuist/XcodeProj/compare/8.24.4..8.24.5 [8.24.4]: https://github.com/tuist/XcodeProj/compare/8.24.3..8.24.4 [8.24.3]: https://github.com/tuist/XcodeProj/compare/8.24.2..8.24.3