chore: bump version to 0.7.14#140
Merged
Merged
Conversation
Greptile SummaryBumps the
Confidence Score: 5/5Safe to merge — the change is limited to version string updates in Cargo.toml and Cargo.lock with no functional code changes. Both files contain only the version string change from 0.7.13 to 0.7.14. The lock file is consistent with the manifest. No logic, dependencies, or configuration outside the version field was touched. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[release/0.7 branch] --> B[PR #138: Sentry fix backport]
B --> C[PR #140: Bump version 0.7.13 → 0.7.14]
C --> D[Merge to release/0.7]
D --> E[Tag v0.7.14]
E --> F[release.yml workflow triggered]
F --> G[Publish release with asset variants]
G --> H[Deploy to demo environment]
Reviews (1): Last reviewed commit: "chore: bump version to 0.7.14" | Re-trigger Greptile |
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
Cuts v0.7.14 from `release/0.7`. One change since v0.7.13: #138 (`fix(sentry): real titles, real chains, real provider tags, drop quota noise [0.7 backport]`) — backport of #137 from the 0.8 line.
After this lands, tag `v0.7.14` on `release/0.7` triggers `.github/workflows/release.yml` to publish a release with asset variants. This will be the first tag off the long-lived `release/0.7` branch (prior 0.7.x releases were tagged off short-lived bump branches).
Sister release: v0.8.0-rc.8 is being cut from main with the same Sentry fix (PR #139).
Test plan
🤖 Generated with Claude Code