From f1576f373640b0c8a721efbdbcd6ddb486cad671 Mon Sep 17 00:00:00 2001 From: Konstantin Vyatkin Date: Thu, 27 Aug 2026 07:38:11 +0200 Subject: [PATCH] chore(main): release 0.9.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- npm/cribo/package.json | 18 +++++++++--------- version.txt | 2 +- 6 files changed, 21 insertions(+), 13 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 85d60da21..c99767ee8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.2" + ".": "0.9.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 62b0e6aca..7be0ecfee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.9.3](https://github.com/ophi-dev/cribo/compare/v0.9.2...v0.9.3) (2026-08-27) + + +### Bug Fixes + +* **ci:** authenticate npm releases with token ([c3f0fe6](https://github.com/ophi-dev/cribo/commit/c3f0fe60bc98a74f530dea15a1f52997c9b3466e)) +* **npm:** update trusted publishing repository ([cac22e0](https://github.com/ophi-dev/cribo/commit/cac22e029781e8e7699775a0d7085ebfaf5972c8)) + ## [0.9.2](https://github.com/ophi-dev/cribo/compare/v0.9.1...v0.9.2) (2026-08-20) diff --git a/Cargo.lock b/Cargo.lock index 40914acc2..190302c6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -411,7 +411,7 @@ dependencies = [ [[package]] name = "cribo" -version = "0.9.2" +version = "0.9.3" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 19496faf7..db44f251d 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.9.2" +version = "0.9.3" [workspace.dependencies] once_cell = "1.21.3" diff --git a/npm/cribo/package.json b/npm/cribo/package.json index 65ab18256..aa8ed812a 100644 --- a/npm/cribo/package.json +++ b/npm/cribo/package.json @@ -1,6 +1,6 @@ { "name": "cribo", - "version": "0.9.2", + "version": "0.9.3", "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.9.2", - "@cribo/linux-x64-musl": "0.9.2", - "@cribo/linux-arm64-gnu": "0.9.2", - "@cribo/linux-arm64-musl": "0.9.2", - "@cribo/darwin-x64": "0.9.2", - "@cribo/darwin-arm64": "0.9.2", - "@cribo/win32-x64": "0.9.2", - "@cribo/win32-arm64": "0.9.2" + "@cribo/linux-x64-gnu": "0.9.3", + "@cribo/linux-x64-musl": "0.9.3", + "@cribo/linux-arm64-gnu": "0.9.3", + "@cribo/linux-arm64-musl": "0.9.3", + "@cribo/darwin-x64": "0.9.3", + "@cribo/darwin-arm64": "0.9.3", + "@cribo/win32-x64": "0.9.3", + "@cribo/win32-arm64": "0.9.3" }, "publishConfig": { "access": "public" diff --git a/version.txt b/version.txt index 2003b639c..965065db5 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.9.2 +0.9.3