Bump version to 0.3.4 for release cosigning validation#51
Merged
technicalpickles merged 2 commits intomainfrom Sep 10, 2025
Merged
Bump version to 0.3.4 for release cosigning validation#51technicalpickles merged 2 commits intomainfrom
technicalpickles merged 2 commits intomainfrom
Conversation
- Update main crate version in Cargo.toml - Update macro crate versions in envsense-macros/Cargo.toml and envsense-macros-impl/Cargo.toml - Update default version in debug-signature-verification.sh script - Update Cargo.lock with cargo update This version bump will allow validation of the release cosigning process.
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR bumps the version from 0.3.3 to 0.3.4 across all crates and scripts to validate the release cosigning workflow that ensures binary authenticity through digital signatures.
- Updated version numbers consistently across all crate manifests
- Updated the default version in the debug signature verification script
- Enables testing of the cosigning process for release artifacts
Reviewed Changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Cargo.toml | Updated main crate version to 0.3.4 |
| envsense-macros/Cargo.toml | Updated macro crate version to 0.3.4 |
| envsense-macros/envsense-macros-impl/Cargo.toml | Updated macro implementation crate version to 0.3.4 |
| scripts/debug-signature-verification.sh | Updated default version parameter to 0.3.4 |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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.
Summary
This PR bumps the version from 0.3.3 to 0.3.4 to validate the release cosigning process.
Changes
Purpose
This version bump will allow us to test and validate the release cosigning workflow that was recently implemented. The cosigning process ensures that all release binaries are properly signed and can be verified for authenticity.
Testing
Once merged, this will trigger the release workflow which will:
Related