diff --git a/Cargo.lock b/Cargo.lock index 9b0a3fc..680c6be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -116,7 +116,7 @@ dependencies = [ [[package]] name = "cargo-auditable" -version = "0.7.3" +version = "0.7.4" dependencies = [ "auditable-info", "auditable-serde", diff --git a/cargo-auditable/CHANGELOG.md b/cargo-auditable/CHANGELOG.md index f42c23f..449ab75 100644 --- a/cargo-auditable/CHANGELOG.md +++ b/cargo-auditable/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.7.4] - 2026-03-04 + +### Fixed + + - Fixed build failures when targeting i686-pc-windows-msvc. Added tests to test this target on CI, including the bare linker configuration. + ## [0.7.3] - 2026-03-03 ### Changed diff --git a/cargo-auditable/Cargo.toml b/cargo-auditable/Cargo.toml index d3af312..85a7bc8 100644 --- a/cargo-auditable/Cargo.toml +++ b/cargo-auditable/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-auditable" -version = "0.7.3" +version = "0.7.4" edition = "2021" authors = ["Sergey \"Shnatsel\" Davidoff "] license = "MIT OR Apache-2.0"