Skip to content

Release v0.3.1 - #360

Merged
terasakisatoshi merged 1 commit into
mainfrom
release/v0.3.1
Sep 8, 2026
Merged

Release v0.3.1#360
terasakisatoshi merged 1 commit into
mainfrom
release/v0.3.1

Conversation

@terasakisatoshi

Copy link
Copy Markdown
Member

Closes out milestone v0.3.1: every issue on it is closed (#339, #342, #343, #346, #347, #348, #349, #350, #357).

  • Project.toml: 0.3.00.3.1.
  • CHANGELOG.md: [Unreleased] becomes [0.3.1] - 2026-09-09, regrouped into Fixed (12 entries — the review rounds had left three ### Fixed entries under ### Added) and Added (@rust_crate ... submodule="Bindings", and the examples/RustCrateMacroPyO3Only.jl example); compare links updated.

Why the example's entry is here before #359 merges. The example's [compat] has to require RustCall = "0.3.1" — 0.3.0's @rust_crate has no submodule=, so a registered-package user on 0.3.0 would fail at using .Bindings (Codex on #359). A 0.3.1 lower bound cannot resolve against this checkout until this bump lands, so this PR carries the version and the CHANGELOG entry, #359 rebases onto it with the bound and without the CHANGELOG hunk, and @JuliaRegistrator register is posted only after both are on main, so the tag contains the example.

Verified locally on the release branch: scripts/lint_*.sh, the docs build, and the full Pkg.test() are green.

🤖 Generated with Claude Code

https://claude.ai/code/session_014iJ1dZ7KEebWDjdY7fhPbw

Project.toml 0.3.0 -> 0.3.1; CHANGELOG [Unreleased] -> [0.3.1] - 2026-09-09, regrouped into Fixed (12) and Added (2, including the examples/RustCrateMacroPyO3Only.jl entry that #359 lands once it can require RustCall 0.3.1); compare links updated. Every issue of milestone v0.3.1 is closed.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>

Claude-Session: https://claude.ai/code/session_014iJ1dZ7KEebWDjdY7fhPbw
@JuliaRegistrator

Copy link
Copy Markdown

Comments on pull requests will not trigger Registrator, as it is disabled. Please try commenting on a commit or issue.

@terasakisatoshi

Copy link
Copy Markdown
Member Author

@codex review

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 8, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-08T15:44:26.834010Z 7d9b19d Manual request
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Can't wait for the next one!

Reviewed commit: 7d9b19db04

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@terasakisatoshi
terasakisatoshi merged commit 2557ea3 into main Sep 8, 2026
29 checks passed
@terasakisatoshi
terasakisatoshi deleted the release/v0.3.1 branch September 8, 2026 16:03
terasakisatoshi added a commit that referenced this pull request Sep 8, 2026
…t_crate at a package's top level

A self-contained example package that binds a PyO3-only crate — no
RustCall attribute, no `juliacall_macros` dependency — with a single
`@rust_crate ... submodule="Bindings"` at the package's top level, so the
bindings module is generated while the package is precompiled (#339)
instead of written to a file by a `deps/build.jl` as
examples/SampleCratePyO3Only.jl does. Same crate shape, the other front
door.

- examples/RustCrateMacroPyO3Only.jl/: Project.toml (RustCall only, compat
  `RustCall = "0.3.1"` — the first release whose `@rust_crate` has
  `submodule=`; 0.3.0 would not define `Bindings`), src, an `rlib` crate
  with a mandatory pyo3 (the wrapper links libpython), 37 tests, README.
- .github/workflows/Examples.yml: the package in the matrix.
- examples/README.md: the example listed. Its CHANGELOG entry landed with
  the v0.3.1 release (#360), which had to precede this so the compat
  bound resolves against the checkout.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014iJ1dZ7KEebWDjdY7fhPbw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants