diff --git a/CHANGELOG.md b/CHANGELOG.md index d1ae6d18..994c9e91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. +## [0.3.1] - 2026-03-05 + +### Refactor + +- **evaluator**: Rename test functions to match RuleMatch type ([#60](https://github.com/EvilBit-Labs/libmagic-rs/pull/60)) ([#139](https://github.com/EvilBit-Labs/libmagic-rs/pull/139)) + + ## [0.3.0] - 2026-03-02 ### Features diff --git a/Cargo.lock b/Cargo.lock index 4357d129..5c8238ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -494,7 +494,7 @@ checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" [[package]] name = "libmagic-rs" -version = "0.3.0" +version = "0.3.1" dependencies = [ "byteorder", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index d18b0b8d..e0a14878 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libmagic-rs" -version = "0.3.0" +version = "0.3.1" edition = "2024" authors = [ "UncleSp1d3r ",