Skip to content

Commit

Permalink
[Release] Tuist 3.22.4-runtastic
Browse files Browse the repository at this point in the history
  • Loading branch information
Buju77 authored and github-actions[bot] committed Aug 10, 2023
1 parent ad984f9 commit 62197f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
- Fixed a "Template.swift" file not found error when executing `tuist init -t <git url>` by [@Buju77](https://github.com/Buju77)
- Fixed wrong http regex for repo url used in `TemplateLocationParsing` (old regex wrongfully matched with ssh urls that included username) by [@MohgaNabil](https://github.com/MohgaNabil)

## 3.22.4-runtastic - 2023-08-10

- no changes

## 3.22.3-runtastic - 2023-08-10

- no changes
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.22.3-runtastic"
public static let version = "3.22.4-runtastic"
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 62197f4

Please sign in to comment.