Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.9.2"
".": "0.9.3"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Remove the reverted token-authentication note

For maintainers using these notes to configure or troubleshoot the 0.9.3 npm release, this entry incorrectly says token authentication shipped: cac22e0, the next listed change, removes NODE_AUTH_TOKEN again, and the released workflow publishes through trusted-publishing OIDC with no npm token (.github/workflows/release.yml, Publish to npm). Keeping this transient, fully reverted change in the published changelog misstates the release's authentication requirements.

Useful? React with 👍 / 👎.

* **npm:** update trusted publishing repository ([cac22e0](https://github.com/ophi-dev/cribo/commit/cac22e029781e8e7699775a0d7085ebfaf5972c8))

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Include all commits in the 0.9.3 release notes

When v0.9.3 is tagged at this commit, its range also contains e31b31e (docs(npm)), d988a3d (chore(deps)), and 5a41ba6 (chore(deps)), but this section stops at cac22e0. Because release-please-config.json explicitly marks both docs and chore(deps) entries as visible, the published changelog and generated GitHub release will omit changes that shipped in 0.9.3; regenerate the notes from the current parent before releasing.

Useful? React with 👍 / 👎.


## [0.9.2](https://github.com/ophi-dev/cribo/compare/v0.9.1...v0.9.2) (2026-08-20)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
18 changes: 9 additions & 9 deletions npm/cribo/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.2
0.9.3
Loading