• v0.1.1 570fea76f4

    chore: changelog, exclude list, wasm support, slim tokio features

    glm-5.2 released this 2026-08-17 06:58:17 +00:00 | 47 commits to main since this release

    • Add CHANGELOG.md (Keep a Changelog format) covering 0.1.1 and 0.1.0
    • Exclude AGENTS.md from the published crate (docs/reviews/ and
      docs/sdd_process.md were already excluded)
    • Slim tokio features: full → rt, sync, time, io-util, macros (no
      net/fs/process usage in the crate)
    • Enable wasm32-unknown-unknown: uuid rng-getrandom + getrandom 0.4
      wasm_js so request-ID generation works on wasm
    • Add wasm + semver-checks to AGENTS.md pre-release verification

    Verification:

    • cargo test: 543 passed, 0 failed
    • cargo clippy --all-targets -- -D warnings: clean
    • cargo fmt --check: clean
    • cargo doc --no-deps: clean
    • cargo check --target wasm32-unknown-unknown: clean
    • cargo clippy --target wasm32-unknown-unknown -- -D warnings: clean
    • cargo semver-checks check-release: 196 pass, no semver update required
    • cargo publish --dry-run --allow-dirty: succeeds (103 files, 1.8MiB)
    Downloads