udoprog / audio

A crate for working with audio in Rust
Apache License 2.0
78 stars 11 forks source link

0.2.0 release? #10

Closed Be-ing closed 11 months ago

Be-ing commented 1 year ago

Rust 1.56 was released 3 November 2022 with GATs stabilized but this crate is still at 0.2.0-alpha.3. Is there anything left to do before releasing 0.2.0?

udoprog commented 1 year ago

Haven't found the time!

I would like to port a few project to make sure nothing obvious is missing. That is definitely something I could use some help with if you have any interesting candidates (like the latest version of rubato).

Be-ing commented 1 year ago

I got quite confused seeing big differences in the documentation between docs.rs and running cargo doc locally, then I realized that the last alpha tag was in April :sweat_smile: I think it'd help to tag another release at this point even if you call it another alpha.

udoprog commented 1 year ago

Will do!

When working on parallel changes, the recommended approach to try it out right now is by patching the project:

[patch.crates-io]
audio = { git = "https://github.com/udoprog/audio" } 
audio-core = { git = "https://github.com/udoprog/audio" } 
udoprog commented 1 year ago

I've published an 0.2.0-alpha.4 of audio and audio-core and yanked the previous alphas.