Skip to content

Releases: loadingalias/cargo-rail

v0.10.12

19 Feb 18:30
v0.10.12
08751ca

Choose a tag to compare

🐛 Bug Fixes

  • unify,release: use compiler diagnostics for unused-dep removals and harden release preflight (55f2aad)

✅ Testing

  • unused-detection: fix rail.toml targets placement for cross-platform target-specific test (d9ce80b)

v0.10.11

19 Feb 15:15
v0.10.11
3f559e2

Choose a tag to compare

Patch release. Restores release-path handling for root crate pathspecs and includes unify unused-dependency detection fixes.

v0.10.9

19 Feb 03:15
v0.10.9
3bad1f7

Choose a tag to compare

🐛 Bug Fixes

  • unify: remove source-unused deps and streamline hot-path plumbing #11 (1ebd343)

v0.10.8

17 Feb 16:59
v0.10.8
970dbe9

Choose a tag to compare

🐛 Bug Fixes

  • unify: keep cfg-gated features used in tests (9e086cd)

📝 Documentation

  • update README with expanded change-detection metrics (15ae8d2)

v0.10.7

17 Feb 04:11
v0.10.7
4e0b254

Choose a tag to compare

🐛 Bug Fixes

  • unify: keep workspace-member features local to avoid global feature leakage (cd6d4c0)

v0.10.6

17 Feb 03:39
v0.10.6
bae15e0

Choose a tag to compare

🐛 Bug Fixes

  • unify: enforce atomic workspace-member cohorts for non-default members to prevent Tokio split-source graphs (5e588ec)

✅ Testing

  • unify: make non-default-member cohort path assertions cross-platform (Windows-safe) (147872b)

v0.10.5

17 Feb 02:48
v0.10.5
789fcb9

Choose a tag to compare

🐛 Bug Fixes

  • unify: enforce atomic workspace-member cohorts to prevent split local/registry graphs (Tokio) (9ae8c05)

v0.10.4

16 Feb 23:57
v0.10.4
d91a776

Choose a tag to compare

👷 CI

  • make junit reporting robust in smart test mode (94f74fe)

v0.10.3

16 Feb 23:50
v0.10.3
658d4b8

Choose a tag to compare

🐛 Bug Fixes

  • unify: keep workspace member deps path-pinned (30a86aa)

🔧 Chores

  • gitignore update for the 'tokio_lesson.md' (da54241)

📝 Documentation

  • reorganize examples and consolidate change detection docs (63dd986)

v0.10.2

16 Feb 02:50
v0.10.2
d0a415b

Choose a tag to compare

⚡ Performance

  • cleanup iteration patterns and documentation (1ae1a3a)