From 920c32f3bea342287633e9ccd6ab8cbc1c956e9a Mon Sep 17 00:00:00 2001 From: MohgaNabil Date: Thu, 15 Jun 2023 21:23:26 +0000 Subject: [PATCH] [Release] Tuist 3.20.1-runtastic --- CHANGELOG.md | 3 +++ Sources/TuistSupport/Constants.swift | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa2b717c4b4..35d2fca2b63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ - 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.20.1-runtastic - 2023-06-15 + +- no changes ## 3.20.0 - 2023-05-31 diff --git a/Sources/TuistSupport/Constants.swift b/Sources/TuistSupport/Constants.swift index 7edda594c0f..9e61448bf36 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.20.0" + public static let version = "3.20.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"]