ci(release): imagod 0.9.2 -> 0.9.3 - #396
Open
sizumita wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR performs a patch release bump for the imagod workspace from 0.9.2 to 0.9.3, aligning crate versions and the published configuration schema default server version.
Changes:
- Bump workspace and internal crate versions from
0.9.2to0.9.3. - Update
schemas/imagod.schema.jsondefaultserver_versiontoimagod/0.9.3. - Refresh
Cargo.lockto reflect the new workspace package versions.
Reviewed changes
Copilot reviewed 9 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| schemas/imagod.schema.json | Updates the default server_version string for the new release. |
| plugins/imago-v4l2/Cargo.toml | Bumps plugin crate version to 0.9.3. |
| plugins/imago-usb/Cargo.toml | Bumps plugin crate version to 0.9.3. |
| plugins/imago-node/Cargo.toml | Bumps plugin crate version to 0.9.3. |
| plugins/imago-experimental-i2c/Cargo.toml | Bumps plugin crate version to 0.9.3. |
| plugins/imago-experimental-gpio/Cargo.toml | Bumps plugin crate version to 0.9.3. |
| plugins/imago-admin/Cargo.toml | Bumps plugin crate version to 0.9.3. |
| crates/imago-protocol/Cargo.toml | Bumps crate version to 0.9.3. |
| Cargo.toml | Bumps [workspace.package] version and workspace dependency versions to 0.9.3. |
| Cargo.lock | Updates lockfile entries to match the 0.9.3 workspace release. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Results 📊✅ Patch coverage is 100.00%. Project has 16223 uncovered lines. Files with missing lines (117)
Coverage diff@@ Coverage Diff @@
## main #PR +/-##
==========================================
+ Coverage 75.17% 75.17% —%
==========================================
Files 138 138 —
Lines 69554 69554 —
Branches 0 0 —
==========================================
+ Hits 53331 53331 —
- Misses 16223 16223 —
- Partials 0 0 —Generated by Codecov Action |
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.
Release
imagod-daemonimagodpatch0.9.2->0.9.3imagod-v0.9.2->imagod-v0.9.3Triggered By
imagodUpdated Crates
imago-plugin-imago-admin:0.9.2->0.9.3imago-plugin-imago-experimental-gpio:0.9.2->0.9.3imago-plugin-imago-experimental-i2c:0.9.2->0.9.3imago-plugin-imago-node:0.9.2->0.9.3imago-plugin-imago-usb:0.9.2->0.9.3imago-plugin-imago-v4l2:0.9.2->0.9.3imago-plugin-macros:0.9.2->0.9.3imago-protocol:0.9.2->0.9.3imagod:0.9.2->0.9.3imagod-common:0.9.2->0.9.3imagod-config:0.9.2->0.9.3imagod-control:0.9.2->0.9.3imagod-ipc:0.9.2->0.9.3imagod-runtime:0.9.2->0.9.3imagod-runtime-bootstrap:0.9.2->0.9.3imagod-runtime-control:0.9.2->0.9.3imagod-runtime-ingress:0.9.2->0.9.3imagod-runtime-internal:0.9.2->0.9.3imagod-runtime-wasmtime:0.9.2->0.9.3imagod-server:0.9.2->0.9.3