From e48badd37724184782f8b0d6056ec88af468e7c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 05:26:47 +0000 Subject: [PATCH] chore: release v0.1.3 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a44c77a..d08cd97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3](https://github.com/fg-labs/redskull/compare/v0.1.2...v0.1.3) - 2026-06-16 + +### Fixed + +- *(sys-deps)* treat vendored compression -sys crates as C-compiler-only ([#33](https://github.com/fg-labs/redskull/pull/33)) + ## [0.1.2](https://github.com/fg-labs/redskull/compare/v0.1.1...v0.1.2) - 2026-05-10 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 08a1161..8645f4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1221,7 +1221,7 @@ dependencies = [ [[package]] name = "redskull" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "built", diff --git a/Cargo.toml b/Cargo.toml index 8d38cd7..847ffac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ authors = [ "Nils Homer " ] name = "redskull" -version = "0.1.2" +version = "0.1.3" edition = "2024" license = "MIT" readme = "README.md"