Skip to content

Commit 60eff1a

Browse files
committed
Populate changelog
1 parent 5f5576e commit 60eff1a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

cargo-auditable/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.6.7] - 2025-05-04
9+
10+
### Changed
11+
12+
- Made the `rustc` argument parser more lenient. This allows proc macros such as the `embed-licensing` crate that call arbitrary `rustc` commands to work with `cargo-auditable`.
13+
- Added a heuristic to detect projects that use a "bare" linker. Normally `rustc` uses a C compiler as a linker, but it is possible to (mis)configure it to call a linker directly on some platforms. `cargo auditable` now tries to detect that and adjust its linker arguments accordingly on Unix-like systems. We do not recommend using this configuration, since it is likely to break things other than `cargo auditable`.
14+
815
## [0.6.6] - 2024-11-24
916

1017
### Changed

0 commit comments

Comments
 (0)