-
Notifications
You must be signed in to change notification settings - Fork 334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: bump version to v0.9.0 #4376
Conversation
WalkthroughThis update involves incrementing the version numbers in both the GitHub Actions workflow and the Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Outside diff range, codebase verification and nitpick comments (1)
Cargo.toml (1)
67-67
: Updates to documentation and tests for version 0.9.0 are missingThe search did not find any references to the new version "0.9.0" in the rustdoc comments, unit tests, or integration tests. Ensure that these updates are made to maintain quality and compatibility.
- Update rustdoc comments to reflect the new version.
- Update unit tests and integration tests to include references to version "0.9.0".
Analysis chain
Version updated correctly to 0.9.0
The version number in the
Cargo.toml
file has been correctly updated from "0.8.2" to "0.9.0". This change aligns with the PR's objective to bump the version for the upcoming release.However, as per the PR description, it's mentioned that rustdoc comments, unit tests, and integration tests related to this new version are pending. Ensure these are addressed to maintain quality and compatibility.
Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Check for updates in documentation and tests related to the new version. # Test: Search for rustdoc comments, unit tests, and integration tests mentioning the new version 0.9.0. rg --type rust -A 5 $'0\\.9\\.0'Length of output: 31
Script:
#!/bin/bash # Description: Check for any version numbers in rustdoc comments, unit tests, and integration tests. # Test: Search for any version numbers in the rust files to verify if updates were made. rg --type rust -A 5 '\d+\.\d+\.\d+'Length of output: 103760
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
Cargo.lock
is excluded by!**/*.lock
Files selected for processing (2)
- .github/workflows/release.yml (1 hunks)
- Cargo.toml (1 hunks)
Files skipped from review due to trivial changes (1)
- .github/workflows/release.yml
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4376 +/- ##
==========================================
- Coverage 85.15% 84.88% -0.27%
==========================================
Files 1074 1074
Lines 191836 191858 +22
==========================================
- Hits 163364 162868 -496
- Misses 28472 28990 +518 |
I hereby agree to the terms of the GreptimeDB CLA.
Refer to a related PR or issue link (optional)
#4364
What's changed and what's your intention?
Bump version to v0.9.0
Checklist
Summary by CodeRabbit
Cargo.toml
.