diff --git a/CHANGELOG.md b/CHANGELOG.md index 2607efb1..1bca0f97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. +## [0.1.2] - 2026-02-23 + +### Miscellaneous Tasks + +- **Mergify**: Add outdated PR protection ([#75](https://github.com/EvilBit-Labs/libmagic-rs/pull/75)) +- Add Mergify merge queue and simplify CI ([#78](https://github.com/EvilBit-Labs/libmagic-rs/pull/78)) +- Mergify merge queue, dependabot integration, and CI simplification ([#79](https://github.com/EvilBit-Labs/libmagic-rs/pull/79)) + + ## [0.1.1] - 2026-02-15 ### Miscellaneous Tasks diff --git a/Cargo.lock b/Cargo.lock index 77620881..6a335634 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -494,7 +494,7 @@ checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" [[package]] name = "libmagic-rs" -version = "0.1.1" +version = "0.1.2" dependencies = [ "byteorder", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 2cca3267..d58176bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libmagic-rs" -version = "0.1.1" +version = "0.1.2" edition = "2024" authors = [ "UncleSp1d3r ",