From c4d293ba687f1cd924afa73b37ed0aec44ac5096 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 9 Feb 2026 21:12:07 +0000 Subject: [PATCH 1/3] Update CHANGELOG for 3.6.0 --- CHANGELOG.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 001b2846a..cf5c87343 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,7 +40,7 @@ END_UNRELEASED_TEMPLATE ## [Unreleased] -[Unreleased]: https://github.com/MobileNativeFoundation/rules_xcodeproj/compare/3.4.1...HEAD +[Unreleased]: https://github.com/MobileNativeFoundation/rules_xcodeproj/compare/3.6.0...HEAD ### ⚠️ Breaking changes ⚠️ @@ -62,6 +62,30 @@ END_UNRELEASED_TEMPLATE * TBD + +## [3.6.0] - 2026-02-09 + +[3.6.0]: https://github.com/MobileNativeFoundation/rules_xcodeproj/compare/3.4.1...3.6.0 + +### ⚠️ Breaking changes ⚠️ + +* TBD + +### New + +* TBD + +### Adjusted + +* TBD + +### Fixed + +* TBD + +### Ruleset Development Changes + +* TBD ## [3.5.1] - 2025-12-10 From c9a4260736fbab98e19f7ace07950c93e436ca2f Mon Sep 17 00:00:00 2001 From: Adin Cebic Date: Sun, 22 Feb 2026 17:14:14 +0100 Subject: [PATCH 2/3] Update changelog Signed-off-by: Adin Cebic --- CHANGELOG.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf5c87343..8606c5aa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,27 +65,27 @@ END_UNRELEASED_TEMPLATE ## [3.6.0] - 2026-02-09 -[3.6.0]: https://github.com/MobileNativeFoundation/rules_xcodeproj/compare/3.4.1...3.6.0 - -### ⚠️ Breaking changes ⚠️ - -* TBD +[3.6.0]: https://github.com/MobileNativeFoundation/rules_xcodeproj/compare/3.5.1...3.6.0 ### New -* TBD +* Support enabling Code Coverage for all targets in scheme test action by @lucasromanomr in https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3111 +* Enable code coverage in Xcode by @aaronsky in https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3250 +* Add mixed_language_library target example by @luispadron in https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3259 ### Adjusted -* TBD +* Adjust when we build for code coverage when it isn't enabled by @aaronsky in https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3257 +* Collect additional mixed_language_library output files by @thiagohmcruz in https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3261 ### Fixed -* TBD +* Fix broken link in code coverage section of usage docs by @ssarad in https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3256 +* collect and merge xcdatamodel correctly for `mixed_language_library` targets by @luispadron in https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3268 ### Ruleset Development Changes -* TBD +* Create workflow for cutting a release by @adincebic in https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3270 ## [3.5.1] - 2025-12-10 From 16b861dddd54dfb479431e0837ea6c44ec1c85ea Mon Sep 17 00:00:00 2001 From: Brentley Jones Date: Thu, 5 Mar 2026 16:14:48 -0600 Subject: [PATCH 3/3] Fixes Signed-off-by: Brentley Jones --- CHANGELOG.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8606c5aa6..291fc6fef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -69,23 +69,18 @@ END_UNRELEASED_TEMPLATE ### New -* Support enabling Code Coverage for all targets in scheme test action by @lucasromanomr in https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3111 -* Enable code coverage in Xcode by @aaronsky in https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3250 -* Add mixed_language_library target example by @luispadron in https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3259 +* Added support for enabling Code Coverage for all targets in scheme test action: [#3111](https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3111) +* Enabled code coverage in Xcode: [#3250](https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3250), [#3257](https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3257) ### Adjusted -* Adjust when we build for code coverage when it isn't enabled by @aaronsky in https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3257 -* Collect additional mixed_language_library output files by @thiagohmcruz in https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3261 +* Additional `mixed_language_library` output files are now collected: [#3261](https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3261) ### Fixed -* Fix broken link in code coverage section of usage docs by @ssarad in https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3256 -* collect and merge xcdatamodel correctly for `mixed_language_library` targets by @luispadron in https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3268 +* `xcdatamodel` are now collected correctly for `mixed_language_library` targets: [#3268](https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3268) +* Fixed `mixed_language_library` resource propagation [#3277](https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3277) -### Ruleset Development Changes - -* Create workflow for cutting a release by @adincebic in https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3270 ## [3.5.1] - 2025-12-10