Skip to content

2.0.0-RC.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@GLinnik21 GLinnik21 released this 13 Sep 10:19
· 5 commits to master since this release

With this release candidate, we're continuing to focus on stability and minor improvements leading up to the full 2.0 release, addressing compatibility issues and enhancing our build process.

What's Changed

  • Compatibility Fix: Resolved import error in Xcode 16 by adding #include <limits.h> to fix INT_MAX issue by @xdkhan in #564.
  • CI/CD Enhancement: Updated xcodebuild action to use mxcl/xcodebuild, improving our continuous integration process by @bamx23 in #563.
  • Compatibility Fix: Addressed _ucontext64.h include issue in Xcode 16, ensuring smooth compilation across different Xcode versions by @bamx23 in #565.

New Contributors

Full Changelog: 2.0.0-rc.1...2.0.0-rc.2