release: v0.11.0 — grammar refactor + structural refactor + 8 fixes #67
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
umpire274/bs_scoring!67
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "v0.11.0"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Promotes v0.11.0-alpha2 plus the fixes landed on
v0.11.0-alpha2-fix_codex (issues #55, #56, #59, #60, #61, #62, #64, the last green fix commit and this release — this commit updates version metadata and documentation only.
Version metadata:
Documentation:
git tag,git push, GitHub Release URL, etc.) now targets v0.11.0; footer updated to "Current 0.11.0 / Previous 0.11.0-alpha2"; version-bumping checklist reworded for future stable releases.💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit:
dc0f16b962ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
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".
@ -2,3 +2,3 @@name = "bs_scoring"version = "0.11.0-alpha2"version = "0.11.0"edition = "2024"Changing
Cargo.tomlto0.11.0without updatingCargo.lockleaves the workspace in an unreproducible state: the root package entry inCargo.lockis still0.11.0-alpha2, andcargo check --lockedfails with “the lock file needs to be updated.” This will break any CI/release workflow that enforces--locked, so the lockfile should be regenerated and committed alongside this version change.Useful? React with 👍 / 👎.