Skip to content

Commit

Permalink
[Release] Tuist 3.22.3-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 efbffe7 commit 6fdbedc
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.3-runtastic - 2023-08-10

- no changes

## Unreleased

## 3.22.0 - 2023-07-31
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.0"
public static let version = "3.22.3-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 6fdbedc

Please sign in to comment.