Chore: Bump build#181
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR bumps release version numbers for both the backend (Rust) and frontend (Angular) to keep published artifacts consistent ahead of the next release.
Changes:
- Bump backend crate version from
0.9.0→0.9.1inserver/Cargo.tomland syncserver/Cargo.lock. - Bump frontend package version from
0.15.0→0.15.1inclient/web/package.jsonandclient/web/package-lock.json.
Reviewed changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| server/Cargo.toml | Updates Rust crate version to 0.9.1. |
| server/Cargo.lock | Keeps lockfile metadata in sync with the crate version bump. |
| client/web/package.json | Updates frontend package version to 0.15.1. |
| client/web/package-lock.json | Keeps lockfile metadata in sync with the frontend version bump. |
Files not reviewed (1)
- client/web/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. 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.
This pull request updates the version numbers for both the frontend and backend components. These changes ensure consistency in versioning across the project and prepare for a new release.
Version updates:
client/web/package.jsonandclient/web/package-lock.jsonfrom0.15.0to0.15.1. [1] [2]server/Cargo.tomlfrom0.9.0to0.9.1.