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 ",