Skip to content

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 19 Mar 09:35
· 3 commits to main since this release
4da96f0

[1.2.0] - 2026-03-19

Full Changelog: v1.1.2...v1.2.0

What's Changed

  • Simplify codebase: extract shared helpers and reduce duplication (#13, #17)
  • refactor: simplify Diagnostic to enum, extract for_each_dep_table_mut (#14)
  • feat: alternate registry support (#15)

Added

  • Alternate registry support: dependencies using registry = "my-registry" are now handled correctly
    • A member dep only matches a workspace dep if both use the same registry (or both use the default crates.io)
    • Promotion candidates are grouped by (name, registry) pair — deps from different registries are not grouped together
    • --fix strips registry from member deps when converting to { workspace = true } (the workspace dep owns the registry)
    • --fix carries registry into promoted workspace deps