Skip to content

Commit

Permalink
Merge branch 'main' into add-swifttesting-parallelizable-handling
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinharron committed Oct 26, 2024
2 parents 0090f0f + f6c9cb0 commit 6118f73
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
@@ -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"
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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
- 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
Expand Down Expand Up @@ -105,6 +115,8 @@ 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
[8.24.2]: https://github.com/tuist/XcodeProj/compare/8.24.1..8.24.2
Expand Down

0 comments on commit 6118f73

Please sign in to comment.