diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a8ea60cafc..92cde122061 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## 4.41.0 - 2025-02-05 + +### CLI + +#### Changed + +- Change tuist graph --format json output to XcodeGraph. Use tuist graph --format legacyJSON for legacy output. [#7245](https://github.com/tuist/tuist/pull/7245) by [@fortmarek](https://github.com/fortmarek) +- Mark plugins as deprecated in the docs [#7227](https://github.com/tuist/tuist/pull/7227) by [@pepicrft](https://github.com/pepicrft) + +#### Added + +- Add support for binary targets in Package.swift [#7028](https://github.com/tuist/tuist/pull/7028) by [@danieleformichelli](https://github.com/danieleformichelli) +- Upload binary cache and selective testing hashes to the server [#7278](https://github.com/tuist/tuist/pull/7278) by [@fortmarek](https://github.com/fortmarek) + +#### Fixed + +- fix: link status .none shouldn't block other dependencies from linking [#7273](https://github.com/tuist/tuist/pull/7273) by [@rgnns](https://github.com/rgnns) +- Fix default settings for multiplatform targets [#7295](https://github.com/tuist/tuist/pull/7295) by [@fortmarek](https://github.com/fortmarek) + +### CLI (Server features) + +- no changes + ## 4.40.0 - 2025-01-22 ### CLI diff --git a/mise.toml b/mise.toml index bf46345bf85..75ea1f30a57 100644 --- a/mise.toml +++ b/mise.toml @@ -1,5 +1,5 @@ [tools] -tuist = "4.40.0" +tuist = "4.41.0" swiftlint = "0.54.0" swiftformat = "0.53.3" pnpm = "8.15.6"