From a56a46e3c06d8f8c70ae65677f178d0e54497b1d Mon Sep 17 00:00:00 2001 From: "Sergey \"Shnatsel\" Davidoff" Date: Wed, 4 Mar 2026 19:11:57 +0000 Subject: [PATCH 1/2] Update changelog --- cargo-auditable/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 From 119ab32a4b3ae65daa9666935af8e19829a401b6 Mon Sep 17 00:00:00 2001 From: "Sergey \"Shnatsel\" Davidoff" Date: Wed, 4 Mar 2026 19:12:58 +0000 Subject: [PATCH 2/2] Bump version --- Cargo.lock | 2 +- cargo-auditable/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/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"