From 9bb1bfef1f86904392b110c116321b88ea571d31 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 21:15:42 +0000 Subject: [PATCH] chore: release v0.4.1 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba772a88..2ab5da3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. +## [0.4.1] - 2026-03-06 + +### Refactor + +- **evaluator**: Split mod.rs into focused submodules ([#153](https://github.com/EvilBit-Labs/libmagic-rs/pull/153)) + + ## [0.4.0] - 2026-03-06 ### Features diff --git a/Cargo.lock b/Cargo.lock index c6aab8a0..6b2f3f43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -535,7 +535,7 @@ checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" [[package]] name = "libmagic-rs" -version = "0.4.0" +version = "0.4.1" dependencies = [ "byteorder", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 8d74438f..82742549 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libmagic-rs" -version = "0.4.0" +version = "0.4.1" edition = "2024" authors = [ "UncleSp1d3r ",