diff --git a/CHANGELOG.md b/CHANGELOG.md index ce4f8991..b026907c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. ## [0.1.0] - 2026-02-15 +## [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 ",