Conversation
70886ad to
5eff185
Compare
|
🚅 Deployed to the control-layer-pr-714 environment in industrious-light
|
|
🤖 Created releases: 🌻 |
There was a problem hiding this comment.
Pull request overview
Release PR for v7.5.0 of the Control Layer, updating the repo’s version metadata and changelog to reflect the new feature shipped in #704.
Changes:
- Bump backend crate version to 7.5.0
- Bump dashboard package version to 7.5.0
- Add 7.5.0 entry to
CHANGELOG.mdand update release-please manifest
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
dwctl/Cargo.toml |
Updates Rust crate version to 7.5.0 for the release. |
dashboard/package.json |
Updates dashboard package version to 7.5.0. |
CHANGELOG.md |
Adds the 7.5.0 release notes entry (feature from #704). |
.release-please-manifest.json |
Updates release-please manifest version to 7.5.0. |
| "name": "ai-model-dashboard", | ||
| "private": true, | ||
| "version": "7.4.1", | ||
| "version": "7.5.0", |
There was a problem hiding this comment.
package.json was bumped to 7.5.0, but dashboard/package-lock.json still reports version 7.4.1 (both the top-level and packages[""]). This leaves the dashboard package metadata inconsistent and will cause a follow-up diff the next time npm install/npm ci regenerates the lockfile. Please update/regen the lockfile so the root package version matches 7.5.0.
| "version": "7.5.0", | |
| "version": "7.4.1", |
🤖 I have created a release beep boop
7.5.0 (2026-02-17)
Features
This PR was generated with Release Please. See documentation.