From 7f3941a697f4fc1bcb2c3ddddaf19d4d1d79dbf8 Mon Sep 17 00:00:00 2001 From: "Sergey \"Shnatsel\" Davidoff" Date: Sun, 13 Sep 2026 16:55:59 +0100 Subject: [PATCH] Fill in changelog, bump version --- Cargo.lock | 2 +- cargo-auditable/CHANGELOG.md | 6 ++++++ cargo-auditable/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea70913..8f7ee40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -116,7 +116,7 @@ dependencies = [ [[package]] name = "cargo-auditable" -version = "0.7.5" +version = "0.7.6" dependencies = [ "auditable-info", "auditable-serde", diff --git a/cargo-auditable/CHANGELOG.md b/cargo-auditable/CHANGELOG.md index 6a87878..7f95b8f 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.6] - 2026-09-13 + +### Fixed + + - Fixed a harmless linker warning on Apple platforms visible in Rust 1.97 and later. + ## [0.7.5] - 2026-05-22 ### Fixed diff --git a/cargo-auditable/Cargo.toml b/cargo-auditable/Cargo.toml index 3f6c1e6..ec2c31c 100644 --- a/cargo-auditable/Cargo.toml +++ b/cargo-auditable/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-auditable" -version = "0.7.5" +version = "0.7.6" edition = "2021" authors = ["Sergey \"Shnatsel\" Davidoff "] license = "MIT OR Apache-2.0"