You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ END_UNRELEASED_TEMPLATE
44
44
45
45
### ⚠️ Breaking changes ⚠️
46
46
47
-
*TBD
47
+
*Removed WORKSPACE support. WORKSPACE is gone in Bazel 9, and was formally deprecated in Bazel 8: [#3289](https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3289)
48
48
49
49
### New
50
50
@@ -56,11 +56,11 @@ END_UNRELEASED_TEMPLATE
56
56
57
57
### Fixed
58
58
59
-
*TBD
59
+
*Fixed conflicting environment variables among test targets in custom schemes: [#3284](https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3284)
60
60
61
61
### Ruleset Development Changes
62
62
63
-
*TBD
63
+
*Removed `rules_ios` example and maintenance commitments. `rules_ios` is [deprecated](https://github.com/bazel-ios/rules_ios/discussions/952) by its maintainers and being sunset: [#3288](https://github.com/MobileNativeFoundation/rules_xcodeproj/pull/3288)
0 commit comments