v1.0.2
domcyrus/rustnetv1.0.2Aug 4, 2026by github-actions[bot]
AI Summary
This release prioritizes Windows system stability and general bug fixes. It includes hardening measures for history file handling, UTF-8 standard input/output support, and atomic write retry mechanisms. It also resolves QA issues related to job naming, schema validation, and image cropping.
Key Highlights
- Windows hardening (history lock, UTF-8 stdio, atomic writes)
- QA bug fixes for run/job renaming and empty schema gates
- Fixed --json error handling and image cropping issues
- Resolved stale marking problems
New Features
- Windows hardening
- QA bug fixes
- JSON error handling
Full Release Notes
## What's Changed * fix: Windows hardening — history clear lock unlink, UTF-8 stdio, atomic-write retry by @yuanwen-tian in https://github.com/landing-ai/ade-cli/pull/163 * fix: QA bug sweep — run/job rename, empty-schema gate, --json on Click errors, crop fixes, stale marking by @yuanwen-tian in https://github.com/landing-ai/ade-cli/pull/159 * chore: bump version to 1.0.2 by @yuanwen-tian in https://github.com/landing-ai/ade-cli/pull/164 **Full Changelog**: https://github.com/landing-ai/ade-cli/compare/v1.0.1...v1.0.2