diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..a915e8c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c218b15..a409413 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.1](https://github.com/ModifAmorphic/darktide-extractor/compare/v0.1.0...v0.1.1) (2026-06-14) + + +### Bug Fixes + +* **ci:** repair Windows release upload and unpin first-release version ([e941f8e](https://github.com/ModifAmorphic/darktide-extractor/commit/e941f8ede7f76114377e7e006a846fb6ca1c9a4c)) +* **ci:** repair Windows release upload and unpin first-release version ([#11](https://github.com/ModifAmorphic/darktide-extractor/issues/11)) ([e941f8e](https://github.com/ModifAmorphic/darktide-extractor/commit/e941f8ede7f76114377e7e006a846fb6ca1c9a4c)) + ## [0.1.0](https://github.com/ModifAmorphic/darktide-extractor/compare/v0.1.0...v0.1.0) (2026-06-14) diff --git a/Cargo.lock b/Cargo.lock index 53a0d1b..8879718 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -112,7 +112,7 @@ checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" [[package]] name = "darktide-bundle" -version = "0.1.0" +version = "0.1.1" dependencies = [ "libloading", "thiserror", @@ -120,7 +120,7 @@ dependencies = [ [[package]] name = "darktide-extractor-cli" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "clap", @@ -129,7 +129,7 @@ dependencies = [ [[package]] name = "darktide-ffi" -version = "0.1.0" +version = "0.1.1" dependencies = [ "darktide-bundle", ] diff --git a/Cargo.toml b/Cargo.toml index 3c269bb..6e8d626 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "darktide-extractor-cli" -version = "0.1.0" +version = "0.1.1" 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 5562d48..779bb65 100644 --- a/crates/darktide-bundle/Cargo.toml +++ b/crates/darktide-bundle/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "darktide-bundle" -version = "0.1.0" +version = "0.1.1" 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 e68ecd4..6c882b8 100644 --- a/crates/darktide-ffi/Cargo.toml +++ b/crates/darktide-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "darktide-ffi" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "C ABI exports for Darktide bundle extraction"