[Release] Tuist 3.7.0

This commit is contained in:
danyf90 2022-06-19 18:49:22 +00:00 committed by github-actions[bot]
parent fe55e13d5b
commit 298c503f43
2 changed files with 16 additions and 1 deletions

View File

@ -2,6 +2,21 @@
Please, check out guidelines: https://keepachangelog.com/en/1.0.0/
## 3.7.0 - 2022-06-19
### Changed
- Update target resource name [#4542](https://github.com/tuist/tuist/pull/4542) by [@wangjiejacques](https://github.com/wangjiejacques)
### Added
- Send cache hit rate analytics for cache warm command [#4519](https://github.com/tuist/tuist/pull/4519) by [@fortmarek](https://github.com/fortmarek)
### Fixed
- Fix `tuist fetch` for dependencies when using Xcode 14 [#4543](https://github.com/tuist/tuist/pull/4543) by [@danyf90](https://github.com/danyf90)
- Improve cache errors logging [#4555](https://github.com/tuist/tuist/pull/4555) by [@danyf90](https://github.com/danyf90)
## 3.6.0 - 2022-06-11
### Fixed

View File

@ -9,7 +9,7 @@ public enum Constants {
public static let githubSlug = "tuist/tuist"
public static let communityURL = "https://community.tuist.io"
public static let backboneURL = URL(string: "https://backbone.tuist.io")!
public static let version = "3.6.0"
public static let version = "3.7.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"]