colin-kiegel / rust-derive-builder

derive builder implementation for rust structs
https://colin-kiegel.github.io/rust-derive-builder/
Apache License 2.0
1.32k stars 88 forks source link

Release of 0.10 #200

Closed petrosagg closed 3 years ago

petrosagg commented 3 years ago

Hey @colin-kiegel! I was going through some crate updates and noticed that there is a pending 0.10 release of derive_builder with updated dependencies. Do you have any rough estimate as to when this is going to go out of alpha?

Some preliminary testing I did on my side didn't produce any issues :)

TedDriggs commented 3 years ago

This will go out either this week or early next week. We've had it in alpha for a while because the changes to errors were substantial, but at this point I don't think we'll get more feedback until we push 0.10.0 to the world.

petrosagg commented 3 years ago

That sounds great, thank you!

TedDriggs commented 3 years ago

It's published.