Release 0.11.1 - #105
Merged
Merged
Conversation
One version covers the whole repository: version.json drives every package, documentation no longer pins numbers that go stale, and the crate ships a README.
There was a problem hiding this comment.
🟢 Approval recommended
The changes are a straightforward, internally consistent version bump across all expected targets plus a matching documentation update.
Pull request overview
Repository-wide release bump to 0.11.1, keeping version.json as the single source of truth and propagating the version consistently across the C header, Python package, Rust crate, and codegen tooling, with the corresponding ROADMAP entry updated.
Changes:
- Bump
version.jsonstable to0.11.1and advance dev to0.11.2-dev. - Sync package versions across Python (
python/pyproject.toml), Rust (rust/jeefs-header/Cargo.toml+ lock), and tools (tools/pyproject.toml). - Update
include/jeefs_version.hmacros and add thev0.11.1release row todocs/ROADMAP.md.
File summaries
| File | Description |
|---|---|
| version.json | Updates stable/dev version identifiers for the 0.11.1 release. |
| tools/pyproject.toml | Bumps jeefs-codegen package version to 0.11.1. |
| rust/jeefs-header/Cargo.toml | Bumps jeefs-header crate version to 0.11.1. |
| rust/jeefs-header/Cargo.lock | Updates lockfile entry for the crate version bump. |
| python/pyproject.toml | Bumps jeefs Python package version to 0.11.1. |
| include/jeefs_version.h | Updates JEEFS_VERSION and patch macro to 0.11.1/1. |
| docs/ROADMAP.md | Adds the v0.11.1 roadmap entry describing the “one version per repository” change. |
Review details
- Files reviewed: 6/7 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version bump for 0.11.1: one version across the whole repository (#104).
Per docs/RELEASING.md; the shipped ROADMAP row rides along. Tag v0.11.1 follows the merge.