Version 1.17.0 (#1742)
This commit is contained in:
parent
c27dd931e5
commit
4255fb597f
|
@ -4,6 +4,8 @@ Please, check out guidelines: https://keepachangelog.com/en/1.0.0/
|
|||
|
||||
## Next
|
||||
|
||||
## 1.17.0 - Luft
|
||||
|
||||
### Changed
|
||||
|
||||
- **Breaking** `tuist focus` only works with `Project.swift` [#1739](https://github.com/tuist/tuist/pull/1739) by [@pepibumur](https://github.com/pepibumur).
|
||||
|
|
|
@ -5,7 +5,7 @@ public struct Constants {
|
|||
public static let binFolderName = ".tuist-bin"
|
||||
public static let binName = "tuist"
|
||||
public static let gitRepositoryURL = "https://github.com/tuist/tuist.git"
|
||||
public static let version = "1.16.0"
|
||||
public static let version = "1.17.0"
|
||||
public static let bundleName: String = "tuist.zip"
|
||||
public static let trueValues: [String] = ["1", "true", "TRUE", "yes", "YES"]
|
||||
public static let tuistDirectoryName: String = "Tuist"
|
||||
|
|
Loading…
Reference in New Issue