Skip to content

Commit a92a8c6

Browse files
committed
chore(release): cargo-rail v0.4.1
1 parent bfac137 commit a92a8c6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
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.4.1](https://github.com/loadingalias/cargo-rail/compare/v0.4.0...v0.4.1) - 2025-12-11
4+
5+
### 📦 Other Changes
6+
7+
- cargo-rail: push lockfile (this is annoying and needs to be addressed); fixing the 'target' fuzzy matching w/ word boundaries - this prevents the false positives seen in Quiche testing ([bfac137](https://github.com/loadingalias/cargo-rail/commit/bfac137e546003822e639f49b8d89ffe17979996))
8+
- cargo-rail: push lockfile (this is annoying and needs to be addressed); fixing the 'target' fuzzy matching w/ word boundaries - this prevents the false positives seen in Quiche testing ([18497fa](https://github.com/loadingalias/cargo-rail/commit/18497fab10ffa69967525a9e2bc01660f8d6e567))
9+
10+
11+
312
## [0.4.0](https://github.com/loadingalias/cargo-rail/compare/v0.3.0...v0.4.0) - 2025-12-11
413

514
### 📦 Other Changes

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.0"
3+
version = "0.4.1"
44
edition = "2024"
55
rust-version = "1.91.0"
66
license = "MIT"

0 commit comments

Comments
 (0)