RustAudio / coreaudio-rs

A friendly rust interface to Apple's Core Audio API.
Apache License 2.0
203 stars 38 forks source link

Publish 0.10.0 #76

Closed MichaelHills closed 3 years ago

MichaelHills commented 3 years ago

I'm assuming I've done the version bump right. My iOS change tweaked the input/render callbacks scope/elements so I'd rather play it safe and call it a breaking change. Would prefer not to accidentally cause breakages by people running cargo update.

MichaelHills commented 3 years ago

Landing this won't auto-publish, and I'm not familiar with publishing crates. @mitchmindtree what do you recommend as the path forward? Should we try to land all of or parts of https://github.com/RustAudio/coreaudio-rs/pull/71 ?

mitchmindtree commented 3 years ago

Okydoke, #71 has been landed and auto-publishing should work now, so this should be good to go.