From c4851026c02b6fa8cf1d04a809036ee924d1a45d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 06:50:53 +0000 Subject: [PATCH] chore: release v0.9.0 --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8f44c4..e0b1343 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.9.0] - 2026-06-01 + +### Refactor + +- Close max_string_length CWE-770 gap + strip RuleMatch.type_kind from JSON ([#304](https://github.com/EvilBit-Labs/libmagic-rs/pull/304)) + +### Documentation + +- Correct stale &+N relative-offset parsing TODO claims ([#287](https://github.com/EvilBit-Labs/libmagic-rs/pull/287)) ([#306](https://github.com/EvilBit-Labs/libmagic-rs/pull/306)) + + ## [0.8.0] - 2026-05-28 ### Features diff --git a/Cargo.lock b/Cargo.lock index 0ae4c8a..e19a88d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -692,7 +692,7 @@ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" [[package]] name = "libmagic-rs" -version = "0.8.0" +version = "0.9.0" dependencies = [ "assert_cmd", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index c561c0c..1877581 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libmagic-rs" -version = "0.8.0" +version = "0.9.0" edition = "2024" authors = ["UncleSp1d3r "] description = "A pure-Rust implementation of libmagic for file type identification"