chore(release): bump version to 0.1.7#70
Merged
Merged
Conversation
Contributor
|
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughVersion bump across the project from 0.1.6 to 0.1.7. Updates version fields in Cargo.toml, multiple npm package.json files, and gradle property files. Some JSON files include formatting changes to array fields. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Contributor
✅ Contributor ReportUser: @yacosta738
Contributor Report evaluates based on public GitHub activity. Analysis period: 2025-02-22 to 2026-02-22 |
This was referenced Mar 16, 2026
Merged
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 Corvus project version from
0.1.6to0.1.7across all packages, binaries, and configuration files. The changes are primarily version bumps to ensure consistency across the Rust, Node.js, and Gradle builds, along with minor formatting updates in severalpackage.jsonfiles.Version updates:
0.1.6to0.1.7in the Rust crate (Cargo.toml), all Node.js packages (package.jsonfiles for CLI, platform-specific binaries, web apps, and shared libraries), and Gradle configuration files (gradle.properties). [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17]Formatting improvements:
package.jsonfiles for platform-specific binaries and the main CLI package to use multi-line arrays foros,cpu, andfilesfields. [1] [2] [3] [4] [5] [6] [7] [8]These changes ensure all packages and build systems reference the new version and improve readability in the configuration files.
Summary by CodeRabbit