Skip to content

Commit

Permalink
[Release] Tuist 4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft authored and github-actions[bot] committed Feb 15, 2024
1 parent 213f32c commit 36ba00a
Show file tree
Hide file tree
Showing 3 changed files with 18 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 = "4.2.2"
tuist = "4.2.3"
swiftlint = "0.54.0"
swiftformat = "0.53.0"

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

## 4.2.3 - 2024-02-15

### Tuist

- no changes

### Tuist Cloud

#### Changed

- Only show the progress bar when we fetch and store remote artifacts by [@pepicrft](https://github.com/pepicrft)

#### Fixed

- Reduce the network concurrency and add automatic retries when interacting with the network by [@pepicrft](https://github.com/pepicrft)

## 4.2.2 - 2024-02-15

### 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 = "4.2.2"
public static let version = "4.2.3"
public static let bundleName: String = "tuist.zip"
public static let trueValues: [String] = ["1", "true", "TRUE", "yes", "YES"]
public static let tuistDirectoryName: String = "Tuist"
Expand Down

0 comments on commit 36ba00a

Please sign in to comment.