From 61377478faaa151864777973ed018eac2d1adc52 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 00:43:44 +0000 Subject: [PATCH] chore: release v0.4.3 --- 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 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 ",