-
-
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 1.2.0 #203
Conversation
Warning Rate limit exceeded@rokam has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 4 minutes and 36 seconds before requesting another review. How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. WalkthroughIn version 1.2.0 of 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 (
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #203 +/- ##
=======================================
Coverage 27.09% 27.09%
=======================================
Files 79 79
Lines 6891 6891
=======================================
Hits 1867 1867
Misses 5024 5024 ☔ View full report in Codecov by Sentry. |
c18cb0d
to
c64c665
Compare
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: 1
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 context used
Markdownlint
CHANGELOG.md
5-5: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
12-12: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
Additional comments not posted (1)
CHANGELOG.md (1)
6-10
: Remove consecutive blank lines.There are multiple consecutive blank lines before and after the
### Features
section.5d5 < 11d10 <Likely invalid or redundant comment.
e2fbcd3
to
f45560c
Compare
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 as they are similar to previous changes (2)
- CHANGELOG.md
- midealocal/version.py
40e0cc0
to
5e331bc
Compare
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 and nitpick comments (3)
CHANGELOG.md (3)
2-2
: Remove consecutive blank lines.There is a blank line after the title. Remove it to maintain consistency.
-
5-5
: Remove consecutive blank lines.There is a blank line after the version link. Remove it to maintain consistency.
-
12-12
: Remove consecutive blank lines.There are multiple consecutive blank lines before the
### Bug Fixes
section. Remove them to maintain consistency.-
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (2)
- CHANGELOG.md (1 hunks)
- midealocal/version.py (1 hunks)
Additional comments not posted (2)
midealocal/version.py (1)
3-3
: Version number updated.The version number has been correctly updated to "1.2.0".
CHANGELOG.md (1)
15-19
: Verify log accuracy.Ensure that the log entries are accurate and up-to-date. According to the comment from
chemelli74
, only #196 should be listed for1.2.0
.#!/bin/bash # Description: Verify the log entries for version 1.2.0. # Test: Check the PRs included in version 1.2.0. Expect: Only #196 should be listed. gh pr view 196 --json title,number
5e331bc
to
f4f693e
Compare
🤖 Created releases:
|
🤖 I have created a release beep boop
1.2.0 (2024-07-08)
Features
Bug Fixes
This PR was generated with Release Please. See documentation.