RustAudio / coreaudio-sys

Raw bindings to the OSX CoreAudio framework generated by bindgen (see coreaudio-rs for a more rust-esque wrapper).
MIT License
69 stars 38 forks source link

Bump version to 0.2.16 #108

Closed simlay closed 2 months ago

simlay commented 2 months ago

Request from a dependabot PR on bindgen.

Someday I'll add a CHANGELOG to this repo but the changes are from db0f487...e435272.

@torokati44 mind giving me a review/approval? I don't actually need it to merge but like to exercise good practices.

torokati44 commented 2 months ago

Thank you for getting on this!

Well, other than the CI setup overhaul, the only change is the bindgen bump, right? And in that case, given that CI is passing, I don't feel like anything could break...? (famous last words)

simlay commented 2 months ago

Well, other than the CI setup overhaul, the only change is the bindgen bump, right? And in that case, given that CI is passing, I don't feel like anything could break...? (famous last words)

Yup. The bindgen bumps usually don't cause breaking changes to the generated bindings. MacOS/xcode bumps tend to cause breaking changes like #85. I ran this through cargo semver-checks just to be sure.

Anyway, coreaudio-sys 0.2.16 is published to crates.io.

torokati44 commented 2 months ago

Awesome, thanks again! 🎉