You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since asynchronous support is just around the corner, it's time to start a release process. It is unlikely in the nearest future we will manage to add still something important, and would be impolite to keep people waiting until we make everything that we intended.
So I'll plan to release 0.24.0 as soon as async support will merged. If someone thinks that a certain issue surely has to be included, then let know in comments.
Since asynchronous support is just around the corner, it's time to start a release process. It is unlikely in the nearest future we will manage to add still something important, and would be impolite to keep people waiting until we make everything that we intended.
So I'll plan to release 0.24.0 as soon as async support will merged. If someone thinks that a certain issue surely has to be included, then let know in comments.
Checklist:
cargo fmt --check
passcargo test
passcargo test --all-features
passcargo test --all-features --benches
passcargo test --features serialize
passcargo test --features encoding
passcargo doc --all-features --document-private-items
without warningsRUSTDOCFLAGS="--cfg docs_rs" cargo +nightly doc --all-features
and check generated documentation for missing / unclear thingsCargo.toml
Changelog.md
with date of release, add new empty Unreleased headingscargo package
for final checkcargo publish
v0.24.0
The text was updated successfully, but these errors were encountered: