-
-
Notifications
You must be signed in to change notification settings - Fork 8
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(main): release 2.2.0 #234
Conversation
WalkthroughIn this update to version 2.2.0, a significant new feature has been introduced, allowing users to redact data from the cloud. This enhancement improves user privacy and addresses issue number 232. Alongside this, the version number has been incremented from 2.1.1 to 2.2.0, signaling important improvements without altering any public entity declarations. 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 Configuration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #234 +/- ##
=======================================
Coverage 36.05% 36.05%
=======================================
Files 81 81
Lines 7075 7075
=======================================
Hits 2551 2551
Misses 4524 4524 ☔ View full report in Codecov by Sentry. |
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
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (2)
- CHANGELOG.md (1 hunks)
- midealocal/version.py (1 hunks)
Files skipped from review due to trivial changes (1)
- midealocal/version.py
Additional comments not posted (1)
CHANGELOG.md (1)
3-9
: LGTM! Verify the references.The changelog entry for version 2.2.0 is clear and well-documented.
However, ensure that the issue number #232 and commit hash
c61991e
are correct and correspond to the new feature.Verification successful
Verification Successful!
The issue number #232 and commit hash
c61991e
referenced in the changelog are correct and correspond to the new feature "redact data from cloud."
- Issue feat: redact data from cloud #232: "feat: redact data from cloud"
- Commit
c61991e
: "feat: redact data from cloud (feat: redact data from cloud #232)"Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify that the issue number and commit hash in the changelog are correct. # Test: Check if the issue number #232 exists and is related to data redaction. gh issue view 232 --json title,body | jq '.title, .body' # Test: Check if the commit hash c61991e exists and is related to the new feature. gh log -n 1 --pretty=format:"%H %s" c61991eLength of output: 908
Script:
#!/bin/bash # Description: Verify that the commit hash in the changelog is correct. # Test: Check if the commit hash c61991e exists and is related to the new feature. gh api -H "Accept: application/vnd.github.v3+json" /repos/rokam/midea-local/commits/c61991e | jq '.commit.message'Length of output: 572
🤖 Created releases:
|
🤖 I have created a release beep boop
2.2.0 (2024-07-20)
Features
This PR was generated with Release Please. See documentation.
Summary by CodeRabbit