Skip to content

Commit a70ac3f

Browse files
committed
chore(release): cargo-rail v0.5.0
1 parent cf1f5ee commit a70ac3f

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.5.0](https://github.com/loadingalias/cargo-rail/compare/v0.4.2...v0.5.0) - 2025-12-12
4+
5+
### 📦 Other Changes
6+
7+
- cargo-rail: meilisearch PR revealed a bug in Meilisearch and in cargo-rail; fixing 'undeclard features detection' to avoid 'borrowed features' sneaking through. added 'auto-fix' undeclared features w/ warning for manual. This is a big win. ([cf1f5ee](https://github.com/loadingalias/cargo-rail/commit/cf1f5ee42b4d4b82db815ad8fda7796789988cd0))
8+
- cargo-rail: removing 'cargo-udeps' entirely. ([1a73394](https://github.com/loadingalias/cargo-rail/commit/1a73394b02b9ff85bad73570b137c9965b52eb14))
9+
10+
11+
312
## [0.4.2](https://github.com/loadingalias/cargo-rail/compare/v0.4.1...v0.4.2) - 2025-12-11
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.4.2"
3+
version = "0.5.0"
44
edition = "2024"
55
rust-version = "1.91.0"
66
license = "MIT"

0 commit comments

Comments
 (0)