Skip to content

Commit 5a61f9e

Browse files
Update CHANGELOG for 4.1.0 (#3309)
1 parent 3a30bc8 commit 5a61f9e

1 file changed

Lines changed: 18 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,19 @@ END_UNRELEASED_TEMPLATE
4040
<a id="unreleased"></a>
4141
## [Unreleased]
4242

43-
[Unreleased]: https://github.com/MobileNativeFoundation/rules_xcodeproj/compare/4.0.1...HEAD
43+
[Unreleased]: https://github.com/MobileNativeFoundation/rules_xcodeproj/compare/4.1.0...HEAD
4444

4545
### ⚠️ Breaking changes ⚠️
4646

4747
* TBD
4848

4949
### New
5050

51-
* Added support for pre- and post-actions on autogenerated schemes, including explicit build post-action failure handling: [#3307](https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3307)
52-
* Added `run_build_post_actions_on_failure` to custom scheme `xcschemes.run(...)` configuration for explicit build post-action failure handling: [#3307](https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3307)
51+
* TBD
5352

5453
### Adjusted
5554

56-
* We now resolve `bazel_env` earlier to reduce analysis cache invalidation when environment values are resolved dynamically: [#3305](https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3305)
57-
* Integrated [Samba rsync](https://rsync.samba.org) from BCR so that users no longer need to install it via homebrew: [#3265](https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3265)
55+
* TBD
5856

5957
### Fixed
6058

@@ -64,6 +62,21 @@ END_UNRELEASED_TEMPLATE
6462

6563
* TBD
6664

65+
<a id="4.1.0"></a>
66+
## [4.1.0] - 2026-05-07
67+
68+
[4.1.0]: https://github.com/MobileNativeFoundation/rules_xcodeproj/compare/4.0.1...4.1.0
69+
70+
### New
71+
72+
* Added support for pre- and post-actions on autogenerated schemes, including explicit build post-action failure handling: [#3307](https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3307)
73+
* Added `run_build_post_actions_on_failure` to custom scheme `xcschemes.run(...)` configuration for explicit build post-action failure handling: [#3307](https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3307)
74+
75+
### Adjusted
76+
77+
* We now resolve `bazel_env` earlier to reduce analysis cache invalidation when environment values are resolved dynamically: [#3305](https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3305)
78+
* Integrated [Samba rsync](https://rsync.samba.org) from BCR so that users no longer need to install it via homebrew: [#3265](https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3265)
79+
6780
<a id="4.0.1"></a>
6881
## [4.0.1] - 2026-04-09
6982

0 commit comments

Comments
 (0)