Update version for the next release (v0.19.0)#483
Conversation
📝 WalkthroughWalkthroughBumped package version from 0.18.0 to 0.19.0 across metadata and source, updated README installation snippet, and added a new 0.19.0 section to CHANGELOG.md (including a "Breaking Changes" subsection marked Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@CHANGELOG.md`:
- Around line 3-5: The changelog header jumps from a top-level H1 to H3 and
leaves the section empty; change the "### Breaking Changes:" heading to "##
Breaking Changes" and add explicit release note text such as "No breaking
changes." so the section isn't empty and follows proper heading hierarchy
(update the heading text "### Breaking Changes:" and insert "No breaking
changes." underneath).
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 2472038b-a254-45e2-938d-3dacc64ea2bd
📒 Files selected for processing (4)
CHANGELOG.mdREADME.mdlib/src/version.dartpubspec.yaml
There was a problem hiding this comment.
♻️ Duplicate comments (1)
CHANGELOG.md (1)
4-8:⚠️ Potential issue | 🟡 MinorUse
##subsection headings under the version header.
# 0.19.0should be followed by##headings (not###) to avoid heading-level jumps (MD001). Also keep explicit release-note wording for breaking changes (e.g., “No breaking changes.”).🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@CHANGELOG.md` around lines 4 - 8, The changelog uses level-3 headings after the version header causing a heading-level jump; change the "### Changes:" and "### Breaking Changes:" headings to "## Changes" and "## Breaking Changes" respectively under the "# 0.19.0" header, and update the breaking-changes text to an explicit release-note phrase like "No breaking changes." to match the expected format.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Duplicate comments:
In `@CHANGELOG.md`:
- Around line 4-8: The changelog uses level-3 headings after the version header
causing a heading-level jump; change the "### Changes:" and "### Breaking
Changes:" headings to "## Changes" and "## Breaking Changes" respectively under
the "# 0.19.0" header, and update the breaking-changes text to an explicit
release-note phrase like "No breaking changes." to match the expected format.
This PR is auto-generated.
The automated script updates the version of meilisearch-dart to a new version: "v0.19.0"
Summary by CodeRabbit
Chores
Documentation