jsonptr icon indicating copy to clipboard operation
jsonptr copied to clipboard

Draft a release explaining the breaking changes & lay roadmap for 1.0

Open chanced opened this issue 1 year ago • 4 comments
trafficstars

Draft a release for 0.7

Edit: 0.7, not 8

chanced avatar Oct 21 '24 13:10 chanced

I haven't marked a release since 0.4. I should probably go back and do 0.5, 0.6, 0.7 as well.

chanced avatar Oct 21 '24 13:10 chanced

Somewhat related, I just noticed core::error::Error was stabilised in 1.81, so we should track removing the Error implementations from the std feature flag next time we bump the minimum Rust version.

asmello avatar Oct 21 '24 20:10 asmello

Yea, I was happy to see that one land. I wasn't sure what the expectation is in regards to min required rust. Do people typically keep up to date? Surely its not as bad as the land of Java (just checked, seems 17 surpassed 11 in 2024).

chanced avatar Oct 21 '24 22:10 chanced

It really varies a lot. I think ~6mo is probably reasonable lag before bumping the minimum version. Rust is pretty good about backwards compatibility and stability so there's no real reason for people to not upgrade often.

asmello avatar Oct 22 '24 16:10 asmello