Skip to content

Commit

Permalink
[Release] Tuist 3.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft authored and github-actions[bot] committed Jan 15, 2024
1 parent 639c19f commit 90b06d4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tools]
tuist = "3.39.3"
tuist = "3.40.0"
swiftlint = "0.54.0"
swiftformat = "0.52.10"

Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 3.40.0 - 2024-01-15

### Tuist

#### Changed

- Remove raw xcodebuild logs in favor of resultBundlePath and xcactivitylog [#5776](https://github.com/tuist/tuist/pull/5776) by [@fortmarek](https://github.com/fortmarek)

#### Fixed

- Fix incremental test execution when migrating from Tuist versions older than 3.36.0 [#5791](https://github.com/tuist/tuist/pull/5791) by [@pepicrft](https://github.com/pepicrft)

### Tuist Cloud

#### Changed

- Build macOS xcframework for both Intel and ARM by [@fortmarek](https://github.com/fortmarek)

## 3.39.3 - 2024-01-08

### Tuist
Expand Down
2 changes: 1 addition & 1 deletion Sources/TuistSupport/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public enum Constants {
public static let githubAPIURL = "https://api.github.com"
public static let githubSlug = "tuist/tuist"
public static let communityURL = "https://github.com/tuist/tuist/discussions/categories/general"
public static let version = "3.39.3"
public static let version = "3.40.0"
public static let bundleName: String = "tuist.zip"
public static let envBundleName: String = "tuistenv.zip"
public static let trueValues: [String] = ["1", "true", "TRUE", "yes", "YES"]
Expand Down

0 comments on commit 90b06d4

Please sign in to comment.