Skip to content

Commit

Permalink
[Release] Tuist 3.19.1-runtastic
Browse files Browse the repository at this point in the history
  • Loading branch information
MohgaNabil authored and github-actions[bot] committed May 21, 2023
1 parent 1464d6b commit 239172e
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.19.1-runtastic - 2023-05-21

- no changes

## 3.19.0-runtastic - 2023-05-16

- 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.19.0-runtastic"
public static let version = "3.19.1-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 239172e

Please sign in to comment.