Skip to content

Commit

Permalink
Update .mise.toml and CHANGELOG.md in tuist/tuist with Tuist 4.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuist committed May 23, 2024
1 parent b4a21db commit 33ed127
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tools]
tuist = "4.14.0"
tuist = "4.15.0"
swiftlint = "0.54.0"
swiftformat = "0.53.3"
pnpm = "8.15.6"
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 4.15.0 - 2024-05-23

### Tuist

#### Added

- Support "Code Sign on Copy" in Copy Files Actions [#6302](https://github.com/tuist/tuist/pull/6302) by [@ActuallyTaylor](https://github.com/ActuallyTaylor)
- Add capability to specify variable entitlements [#6293](https://github.com/tuist/tuist/pull/6293) by [@lucasmpaim](https://github.com/lucasmpaim)

#### Fixed

- Fix missing -package-name when a target has custom swiftSettings [#6299](https://github.com/tuist/tuist/pull/6299) by [@fortmarek](https://github.com/fortmarek)
- Fix target linter warnings for target products that allow dots and hyphens [#6290](https://github.com/tuist/tuist/pull/6290) by [@kapitoshka438](https://github.com/kapitoshka438)
- Fix --platform case sensitivity with test and build commands [#6268](https://github.com/tuist/tuist/pull/6268) by [@waltflanagan](https://github.com/waltflanagan)
- Fix the initialization of projects in Homebrew-managed installations [#6309](https://github.com/tuist/tuist/pull/6309) by [@pepicrft](https://github.com/pepicrft)

### Tuist Cloud

- no changes

## 4.14.0 - 2024-05-20

### Tuist
Expand Down

0 comments on commit 33ed127

Please sign in to comment.