safe-chains v0.108.5
Released 2026-03-29 · View on GitHub
- feat Add nested_bare TOML field with comprehensive tests
- feat Add require_any TOML field with comprehensive tests
- feat Add first_arg TOML field with comprehensive tests
- feat Wire up custom handler dispatch for TOML command and sub levels
- feat Add wrapper TOML field with comprehensive tests
- fix Deduplicate COMMANDS.md entries for aliased TOML commands
- fix Update Cargo.lock for version bump
- other Migrate text and binary commands to TOML registry
- other Migrate all FlatDef commands to TOML registry
- other Migrate cargo, rustup, and node CommandDefs to TOML
- other Migrate 47 CommandDef commands to TOML
- other Migrate docker, podman, orbctl, qemu-img, and 5 android CommandDefs to TOML
- other Migrate mise and conda to TOML using new fields
- other Migrate npm to TOML using first_arg field
- other Convert 7 of 8 git custom handlers to explicit allowlists
- other Migrate 15 require_any and simple commands to TOML
- other Migrate timeout, time, nice, ionice, dotenv to TOML wrappers
- other Migrate fd to TOML allowlist, fix missing alias flags
- other Split registry.rs into 7 focused modules
- other Use load_commands! macro for TOML registry loading
- other Add SAMPLE.toml field reference and update contribution guides
- other Remove empty handler module stubs from TOML migration