diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e79ccfc..fc2f7458 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.3] - 2026-03-07 + +### Refactor + +- **tests**: Extract CLI tests from main.rs into integration tests ([#159](https://github.com/EvilBit-Labs/libmagic-rs/pull/159)) + + ## [0.4.2] - 2026-03-06 ### Refactor diff --git a/Cargo.lock b/Cargo.lock index 31f3bc79..017ee611 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -576,7 +576,7 @@ checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" [[package]] name = "libmagic-rs" -version = "0.4.2" +version = "0.4.3" dependencies = [ "assert_cmd", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 80959e7b..3d67db48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libmagic-rs" -version = "0.4.2" +version = "0.4.3" edition = "2024" authors = [ "UncleSp1d3r ",