Skip to content

Commit 76edb5b

Browse files
author
github-actions
committed
[Release] Tuist CLI 4.124.1 Tuist Server server@1.71.0
1 parent c535fd8 commit 76edb5b

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

cli/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22

33
All notable changes to this project will be documented in this file.
4+
## What's Changed in 4.124.1<!-- RELEASE NOTES START -->
5+
6+
### 🐛 Bug Fixes
7+
8+
* disable Swift debug serialization to prevent LLDB warnings by [@pepicrft](https://github.com/pepicrft) in [#9116](https://github.com/tuist/tuist/pull/9116)
9+
* fix flaky DumpServiceIntegrationTests for package manifests by [@pepicrft](https://github.com/pepicrft) in [#9113](https://github.com/tuist/tuist/pull/9113)
10+
11+
**Full Changelog**: https://github.com/tuist/tuist/compare/4.124.0...4.124.1
12+
413
## What's Changed in 4.124.0<!-- RELEASE NOTES START -->
514

615
### ⛰️ Features

cli/Sources/TuistSupport/Constants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Foundation
22

33
public enum Constants {
4-
@TaskLocal public static var version: String! = "4.124.0"
4+
@TaskLocal public static var version: String! = "4.124.1"
55
public static let versionFileName = ".tuist-version"
66
public static let binFolderName = ".tuist-bin"
77
public static let binName = "tuist"

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tools]
2-
tuist = "4.124.0"
2+
tuist = "4.124.1"
33
swiftlint = "0.59.1"
44
"github:nicklockwood/SwiftFormat" = "0.58.7"
55
git-cliff = "2.6.0"

0 commit comments

Comments
 (0)