diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 147dffd7b..f87cb8f12 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.4" + ".": "0.8.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a64e5e59..670148a54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.5](https://github.com/ophi-dev/cribo/compare/v0.8.4...v0.8.5) (2026-07-02) + + +### Features + +* unify bundling and tree-shaking analysis facts ([#468](https://github.com/ophi-dev/cribo/issues/468)) ([21b9cb3](https://github.com/ophi-dev/cribo/commit/21b9cb37bee6a89065a5175322f1d868afc4f659)) + ## [0.8.4](https://github.com/ophidiarium/cribo/compare/v0.8.3...v0.8.4) (2026-04-09) diff --git a/Cargo.lock b/Cargo.lock index deaa46310..6f1d73811 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -393,7 +393,7 @@ dependencies = [ [[package]] name = "cribo" -version = "0.8.4" +version = "0.8.5" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index ff1bc63fb..319034957 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ description = "Python source bundler that produces a single .py file from multi- edition = "2024" license = "MIT" repository = "https://github.com/ophidiarium/cribo" -version = "0.8.4" +version = "0.8.5" [workspace.dependencies] once_cell = "1.21.3" diff --git a/npm/cribo/package.json b/npm/cribo/package.json index 60bb126ee..8811e980c 100644 --- a/npm/cribo/package.json +++ b/npm/cribo/package.json @@ -1,6 +1,6 @@ { "name": "cribo", - "version": "0.8.4", + "version": "0.8.5", "description": "Python source bundler that produces a single .py file from multi-module projects", "keywords": [ "bundler", @@ -37,14 +37,14 @@ "node": ">=18.0.0" }, "optionalDependencies": { - "@cribo/linux-x64-gnu": "0.8.4", - "@cribo/linux-x64-musl": "0.8.4", - "@cribo/linux-arm64-gnu": "0.8.4", - "@cribo/linux-arm64-musl": "0.8.4", - "@cribo/darwin-x64": "0.8.4", - "@cribo/darwin-arm64": "0.8.4", - "@cribo/win32-x64": "0.8.4", - "@cribo/win32-arm64": "0.8.4" + "@cribo/linux-x64-gnu": "0.8.5", + "@cribo/linux-x64-musl": "0.8.5", + "@cribo/linux-arm64-gnu": "0.8.5", + "@cribo/linux-arm64-musl": "0.8.5", + "@cribo/darwin-x64": "0.8.5", + "@cribo/darwin-arm64": "0.8.5", + "@cribo/win32-x64": "0.8.5", + "@cribo/win32-arm64": "0.8.5" }, "publishConfig": { "access": "public" diff --git a/version.txt b/version.txt index b60d71966..7ada0d303 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.8.4 +0.8.5