Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next release planning #594

Closed
jqnatividad opened this issue Mar 30, 2022 · 5 comments
Closed

Next release planning #594

jqnatividad opened this issue Mar 30, 2022 · 5 comments

Comments

@jqnatividad
Copy link

Especially with the itoa reaching v1 and dtoa 0.4.8 replaced by ryu v1.

#588

@djc djc changed the title 0.21.6 release? Next release planning Jul 4, 2022
@djc
Copy link
Contributor

djc commented Jul 4, 2022

I think this will need to be 0.22, since #576 changed the available features. I have not yet audited the rest of the PRs to see if there are API-incompatible changes, but I wouldn't be surprised if there were more.

@djc
Copy link
Contributor

djc commented Jul 4, 2022

Submitted #647 to deal with the pinned dependency for async-std.

@RalfJung
Copy link

It'd be good to get a semver-compatible update that depends on itoa 1.0. This crate is one of the most popular crates that still depends on itoa 0.4, which uses the deprecated mem::uninitialized function. On recent nightly builds of the compiler, that function has become a lot slower in order to mitigate the many ways in which it is used incorrectly throughout the ecosystem. We'd like to move even further and add future-compatibility warnings against mem::uninitialized, which would show up everywhere that itoa is in the dependency tree.

@djc
Copy link
Contributor

djc commented Aug 22, 2022

#666 prepares a 0.21.6 release.

@djc
Copy link
Contributor

djc commented Aug 24, 2022

0.21.6 has been released, thanks!

@djc djc closed this as completed Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants