Skip to content

Commit 2782e81

Browse files
committed
chore(release): cargo-rail v0.10.1
1 parent 023aed4 commit 2782e81

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [0.10.1](https://github.com/loadingalias/cargo-rail/compare/v0.10.0...v0.10.1) - 2026-02-15
4+
5+
### 📦 Other Changes
6+
7+
- cargo-rail: fixing the chicken-and-egg issue in CICD; fixing the lint issues. pinned the GHA SHAs. ([023aed4](https://github.com/loadingalias/cargo-rail/commit/023aed475bb6c4bda89760060a6891390fe05b37))
8+
- cargo-rail: formatting fixes ([b8a550b](https://github.com/loadingalias/cargo-rail/commit/b8a550bba296ac2ab6f8d7abbff400d01cf470e9))
9+
- cargo-rail: fixing the 'target' bug in virtual workspaces w/ target-specific deps. Adding Vec to manifest_analyzer becasue a dep can live in multiple sections (dev-dep and dep) as an example. updated docs. configured cargo-rail change-detection and GHA usage IN cargo-rail. 🍲 ([8f90b23](https://github.com/loadingalias/cargo-rail/commit/8f90b23fc24c90e5016e5a0f79ed9c35eea35e44))
10+
11+
12+
313
## [0.10.0](https://github.com/loadingalias/cargo-rail/compare/v0.9.1...v0.10.0) - 2026-02-14
414

515
### ⚠️ BREAKING CHANGES

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-rail"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
edition = "2024"
55
rust-version = { workspace = true }
66
license = "MIT"

0 commit comments

Comments
 (0)