From f15dd3dab4346d94a0e36eef3e36c601d73031e2 Mon Sep 17 00:00:00 2001 From: "arbeitsmaschine[bot]" <146221907+arbeitsmaschine[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 01:25:44 +0000 Subject: [PATCH] chore: release v0.16.3 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71eadc3e..4ffa4f06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.16.3](https://github.com/robo9k/rust-magic/compare/v0.16.2...v0.16.3) - 2025-02-06 + +### Other + +- Link to alternative pure Rust crate +- *(deps)* Bump thiserror from 1.0.60 to 1.0.61 +- *(deps)* Bump libc from 0.2.154 to 0.2.155 +- *(deps)* Bump thiserror from 1.0.59 to 1.0.60 +- *(deps)* Bump libc from 0.2.153 to 0.2.154 +- *(deps)* Bump thiserror from 1.0.58 to 1.0.59 +- *(deps)* Bump bitflags from 2.4.2 to 2.5.0 +- *(deps)* Bump thiserror from 1.0.57 to 1.0.58 +- *(deps)* Bump thiserror from 1.0.56 to 1.0.57 +- *(deps)* Bump libc from 0.2.152 to 0.2.153 +- *(deps)* Bump bitflags from 2.4.1 to 2.4.2 +- *(deps)* Bump libc from 0.2.151 to 0.2.152 +- *(deps)* Bump thiserror from 1.0.52 to 1.0.56 +- *(deps)* Bump thiserror from 1.0.50 to 1.0.52 +- *(deps)* Bump libc from 0.2.150 to 0.2.151 +- *(deps)* Bump libc from 0.2.149 to 0.2.150 +- *(deps)* Bump bitflags from 2.4.0 to 2.4.1 +- *(deps)* Use precise version for `bitflags` +- *(deps)* Bump thiserror from 1.0.49 to 1.0.50 +- *(deps)* Bump libc from 0.2.148 to 0.2.149 + ## [0.16.2](https://github.com/robo9k/rust-magic/compare/v0.16.1...v0.16.2) - 2023-10-05 ### Added diff --git a/Cargo.lock b/Cargo.lock index 6fb664b8..1fa58996 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16,7 +16,7 @@ checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" [[package]] name = "magic" -version = "0.16.2" +version = "0.16.3" dependencies = [ "bitflags", "libc", diff --git a/Cargo.toml b/Cargo.toml index 2d5ca3fe..33130f22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ authors = [ "Onur Aslan ", "robo9k ", ] -version = "0.16.2" +version = "0.16.3" include = [ "/src/", ]