Skip to content

Commit a198c4a

Browse files
committed
chore(release): cargo-rail v0.8.1
1 parent 32bd4f2 commit a198c4a

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## [0.8.1](https://github.com/loadingalias/cargo-rail/compare/v0.8.0...v0.8.1) - 2025-12-18
4+
5+
### 📦 Other Changes
6+
7+
- cargo-rail: reordering the schema/builder to keep 'msrv' cfg together. pinning actions; adjusting readme/docs ([32bd4f2](https://github.com/loadingalias/cargo-rail/commit/32bd4f27e89e3385a6c7f736c4b4159ac3eb5e6e))
8+
- cargo-rail: fix(unify): don’t fail --check when only optional features are reported (exit code fuckery) ([477c867](https://github.com/loadingalias/cargo-rail/commit/477c867a826e7d3e722a19b6c24d7f443d96962b))
9+
10+
11+
312
## [0.8.0](https://github.com/loadingalias/cargo-rail/compare/v0.7.3...v0.8.0) - 2025-12-18
413

514
### 📦 Other 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.8.0"
3+
version = "0.8.1"
44
edition = "2024"
55
rust-version = { workspace = true }
66
license = "MIT"

0 commit comments

Comments
 (0)