[Release] Tuist 3.14.0

This commit is contained in:
danyf90 2022-11-18 19:05:29 +00:00 committed by github-actions[bot]
parent 76a7405a59
commit d501233cfa
2 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,15 @@
# Changelog
## 3.14.0 - 2022-11-18
### Added
- Add default known regions in project options [#4867](https://github.com/tuist/tuist/pull/4867) by [@spqw](https://github.com/spqw)
### Fixed
- Fix concurrency warning in bundle extension [#4878](https://github.com/tuist/tuist/pull/4878) by [@mpodeszwa](https://github.com/mpodeszwa)
## 3.13.0 - 2022-11-05
### Added

View File

@ -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.13.0"
public static let version = "3.14.0"
public static let bundleName: String = "tuist.zip"
public static let envBundleName: String = "tuistenv.zip"
public static let trueValues: [String] = ["1", "true", "TRUE", "yes", "YES"]