From ffc6b17f61583124c0a6a41265af3cfdd11809f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 02:56:23 +0000 Subject: [PATCH] chore: release v0.1.2 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2607efb1..58ede722 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-16 + +### 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 16492c44..611b8585 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 3e368072..84f8afec 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 ",