From 09828a5b457161269eff268fa25ccd53fd2c45ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 17:28:00 +0000 Subject: [PATCH] chore(main): release 0.1.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ Cargo.lock | 6 +++--- Cargo.toml | 2 +- crates/darktide-bundle/Cargo.toml | 2 +- crates/darktide-ffi/Cargo.toml | 2 +- 6 files changed, 15 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a915e8c..001eb2c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a409413..1b48fbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.2](https://github.com/ModifAmorphic/darktide-extractor/compare/v0.1.1...v0.1.2) (2026-06-14) + + +### Bug Fixes + +* **ci:** single-line the release upload command ([b1e6aa0](https://github.com/ModifAmorphic/darktide-extractor/commit/b1e6aa06e0fd103a833a885d455e2cc9111ac9e3)) +* **ci:** single-line the release upload command ([#14](https://github.com/ModifAmorphic/darktide-extractor/issues/14)) ([b1e6aa0](https://github.com/ModifAmorphic/darktide-extractor/commit/b1e6aa06e0fd103a833a885d455e2cc9111ac9e3)) + ## [0.1.1](https://github.com/ModifAmorphic/darktide-extractor/compare/v0.1.0...v0.1.1) (2026-06-14) diff --git a/Cargo.lock b/Cargo.lock index 8879718..d4cbe27 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -112,7 +112,7 @@ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" [[package]] name = "darktide-bundle" -version = "0.1.1" +version = "0.1.2" dependencies = [ "libloading", "thiserror", @@ -120,7 +120,7 @@ dependencies = [ [[package]] name = "darktide-extractor-cli" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "clap", @@ -129,7 +129,7 @@ dependencies = [ [[package]] name = "darktide-ffi" -version = "0.1.1" +version = "0.1.2" dependencies = [ "darktide-bundle", ] diff --git a/Cargo.toml b/Cargo.toml index 6e8d626..ec8df5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "darktide-extractor-cli" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "CLI tool for extracting Darktide resource bundles" diff --git a/crates/darktide-bundle/Cargo.toml b/crates/darktide-bundle/Cargo.toml index 779bb65..1b2a4d3 100644 --- a/crates/darktide-bundle/Cargo.toml +++ b/crates/darktide-bundle/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "darktide-bundle" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "Library for parsing and extracting Darktide resource bundles" diff --git a/crates/darktide-ffi/Cargo.toml b/crates/darktide-ffi/Cargo.toml index 6c882b8..13f907c 100644 --- a/crates/darktide-ffi/Cargo.toml +++ b/crates/darktide-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "darktide-ffi" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "C ABI exports for Darktide bundle extraction"