[Release] Tuist 3.14.0
This commit is contained in:
parent
76a7405a59
commit
d501233cfa
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue