From 239172e0448fa52928bbc4991b133f5d5301b3f7 Mon Sep 17 00:00:00 2001 From: MohgaNabil Date: Sun, 21 May 2023 16:13:28 +0000 Subject: [PATCH] [Release] Tuist 3.19.1-runtastic --- CHANGELOG.md | 4 ++++ Sources/TuistSupport/Constants.swift | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89d060feda7..ef7e41c81b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ - Fixed a "Template.swift" file not found error when executing `tuist init -t ` 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 diff --git a/Sources/TuistSupport/Constants.swift b/Sources/TuistSupport/Constants.swift index 5b817b6a89c..44d786057ca 100644 --- a/Sources/TuistSupport/Constants.swift +++ b/Sources/TuistSupport/Constants.swift @@ -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"]