-
Notifications
You must be signed in to change notification settings - Fork 63
Release framework crates v0.3.2 #794
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
aba83cc
to
7de222b
Compare
It doesn't work in our macOS 14 CI.
The tests don't compile because it's used in `NSBundle::name`.
Damn, I ran into rust-lang/rust#138907, see e.g. the docs build for |
I've released |
I have triggered a rebuild of the crates that failed docs, and am now continuing the release |
And everything has been released! 🎉 Still need to monitor the docs builds, but it'll take docs.rs a while to finish building all the crates, see their queue. EDIT: Seems like they all built correctly. |
Blocked on #792, and I probably also want to mark AppKit as safe (EDIT: Done in ad2767b).
This only releases the framework crates, the changes in
objc2
do not affect these. I will work towards aobjc2 v0.7.0
with small breaking changes, but the framework crates should be compatible with this too, they have a dependency on it of>=0.6.2, <0.8.0
, and I will make sure that the breaking changes inobjc2
do not affect the framework crates.Checklist:
ci-full
, such that the full CI will run.Unreleased
header.cargo semver-checks --default-features
.#[repr(packed)]
in 191b5bf, and is documented in the changelog.Post merge:
cargo release --exclude block2 --exclude dispatch2 --exclude objc2 --exclude objc2-encode --exclude objc2-exception-helper --exclude objc2-proc-macros
.