Skip to content

Commit b39bf61

Browse files
committed
chore(main): release 0.9.3
1 parent 3072466 commit b39bf61

6 files changed

Lines changed: 21 additions & 13 deletions

File tree

‎.release-please-manifest.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.9.2"
2+
".": "0.9.3"
33
}

‎CHANGELOG.md‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.9.3](https://github.com/ophi-dev/cribo/compare/v0.9.2...v0.9.3) (2026-09-25)
4+
5+
6+
### Bug Fixes
7+
8+
* **ci:** authenticate npm releases with token ([c3f0fe6](https://github.com/ophi-dev/cribo/commit/c3f0fe60bc98a74f530dea15a1f52997c9b3466e))
9+
* **npm:** update trusted publishing repository ([cac22e0](https://github.com/ophi-dev/cribo/commit/cac22e029781e8e7699775a0d7085ebfaf5972c8))
10+
311
## [0.9.2](https://github.com/ophi-dev/cribo/compare/v0.9.1...v0.9.2) (2026-08-20)
412

513

‎Cargo.lock‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "Python source bundler that produces a single .py file from multi-
88
edition = "2024"
99
license = "MIT"
1010
repository = "https://github.com/ophidiarium/cribo"
11-
version = "0.9.2"
11+
version = "0.9.3"
1212

1313
[workspace.dependencies]
1414
once_cell = "1.21.3"

‎npm/cribo/package.json‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cribo",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
44
"description": "Python source bundler that produces a single .py file from multi-module projects",
55
"keywords": [
66
"bundler",
@@ -37,14 +37,14 @@
3737
"node": ">=18.0.0"
3838
},
3939
"optionalDependencies": {
40-
"@cribo/linux-x64-gnu": "0.9.2",
41-
"@cribo/linux-x64-musl": "0.9.2",
42-
"@cribo/linux-arm64-gnu": "0.9.2",
43-
"@cribo/linux-arm64-musl": "0.9.2",
44-
"@cribo/darwin-x64": "0.9.2",
45-
"@cribo/darwin-arm64": "0.9.2",
46-
"@cribo/win32-x64": "0.9.2",
47-
"@cribo/win32-arm64": "0.9.2"
40+
"@cribo/linux-x64-gnu": "0.9.3",
41+
"@cribo/linux-x64-musl": "0.9.3",
42+
"@cribo/linux-arm64-gnu": "0.9.3",
43+
"@cribo/linux-arm64-musl": "0.9.3",
44+
"@cribo/darwin-x64": "0.9.3",
45+
"@cribo/darwin-arm64": "0.9.3",
46+
"@cribo/win32-x64": "0.9.3",
47+
"@cribo/win32-arm64": "0.9.3"
4848
},
4949
"publishConfig": {
5050
"access": "public"

‎version.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.2
1+
0.9.3

0 commit comments

Comments
 (0)