-
Notifications
You must be signed in to change notification settings - Fork 266
Closed
Description
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:
- Fix Missing field "StructuredType" #435
- Merge Async support #450
- Merge Correctly detect encoding even without BOM #465
-
cargo fmt --checkpass -
cargo testpass -
cargo test --all-featurespass -
cargo test --all-features --benchespass -
cargo test --features serializepass -
cargo test --features encodingpass -
cargo doc --all-features --document-private-itemswithout warnings -
RUSTDOCFLAGS="--cfg docs_rs" cargo +nightly doc --all-featuresand check generated documentation for missing / unclear things - Update version in
Cargo.toml - Update
Changelog.mdwith date of release, add new empty Unreleased headings -
cargo packagefor final check - Check that we are unaffected by Manifests with a resolver field will be published even if the MSRV is less than 1.51 rust-lang/cargo#10954
-
cargo publish - Create and push tag
v0.24.0 - Create a Release on GitHub (If @dralley writes a few words, I fear for my grammar 😇)
Metadata
Metadata
Assignees
Labels
No labels