From f33a047c7be3b6b046a79fc005cf93ce4505cd77 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 08:02:08 +0000 Subject: [PATCH] chore: release v0.1.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 0093ebd7..f26fa517 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. ## [unreleased] +## [0.1.1] - 2026-02-15 + +### Miscellaneous Tasks + +- Regenerate CHANGELOG.md to fix duplicate entries ([#70](https://github.com/EvilBit-Labs/libmagic-rs/pull/70)) + + ### Features - Add development infrastructure, automation hooks, and comprehensive documentation ([#4](https://github.com/EvilBit-Labs/libmagic-rs/pull/4)) diff --git a/Cargo.lock b/Cargo.lock index 2cc7ff1d..9bc9bb57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -494,7 +494,7 @@ checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" [[package]] name = "libmagic-rs" -version = "0.1.0" +version = "0.1.1" dependencies = [ "byteorder", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index e49e4a85..21a5c988 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libmagic-rs" -version = "0.1.0" +version = "0.1.1" edition = "2024" authors = [ "UncleSp1d3r ",