chore: release alkhttp 0.4.0
- version bump 0.3.0 -> 0.4.0 (the CONNECTION_CLOSED -> 503 gateway mapping is a wire-visible behavior change for HTTP callers matching on the previously-emitted 500 — a minor bump, not a patch) - README usage snippet 0.3 -> 0.4 - changelog: cut [0.4.0] with the alkcall 0.7.0 wave entry (CF-005/006/007, no code change forced) + the CONNECTION_CLOSED mapping under Changed (wire-surface behavior) Verification: cargo test (456 passed), cargo test --all-features (589 passed), clippy -D warnings (default + all-features), fmt --check, cargo publish --dry-run --allow-dirty
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "alkhttp"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.85"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
||||
Reference in New Issue
Block a user