-
Notifications
You must be signed in to change notification settings - Fork 0
Release/v0.8.5 #61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Release/v0.8.5 #61
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This is a release PR that bumps the project version from 0.8.4 to 0.8.5 and includes workflow configuration updates for cross-compilation testing.
- Updates version strings across Cargo workspace, README badges, and Containerfile
- Adds explicit binary configuration in cli/Cargo.toml
- Modifies cross-compile workflow to run only on test_workflow branch and adds artifact listing step
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| Cargo.toml | Bumps workspace version to 0.8.5 |
| README.md | Updates version badges from 0.8.4 to 0.8.5 |
| Containerfile | Updates VERSION ARG to 0.8.5 in both build stages |
| cli/Cargo.toml | Adds explicit [[bin]] configuration for totebag binary |
| .github/workflows/cross-compile.yaml | Restricts workflow to test_workflow branch and updates workflow name |
| .github/actions/cross-compile/action.yaml | Adds new step to list build artifacts after compilation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| rustup target add ${{ matrix.target }} | ||
| cargo zigbuild --release --target ${{ matrix.target }} | ||
| - name: List the artifacts |
Copilot
AI
Dec 25, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In composite actions, the 'run' step requires an explicit 'shell' directive. Without it, the action will fail when executed. Add 'shell: bash' (or another appropriate shell) to this step.
| - name: List the artifacts | |
| - name: List the artifacts | |
| shell: bash |
…ions and improve descriptions
Automatically creates releases.