chore: bump version to 3.0.3; update README link to v3.0.3#16
Conversation
WalkthroughUpdated version constant to 3.0.3 and synchronized README: new binary release reference and expanded build-from-source steps (clone, cd, go build). No control flow or API changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
Tip 🔌 Remote MCP (Model Context Protocol) integration is now available!Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats. ✨ Finishing Touches
🧪 Generate unit tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
README.md (1)
22-26: Fix wording: it says “go get” but usesgo install.Minor doc mismatch—modern guidance is to use
go install module@version. Recommend aligning the sentence with the command shown.Apply this diff:
-To install `protoc-gen-go-triple`, you can use the `go get` command: +To install `protoc-gen-go-triple`, use the `go install` command (Go 1.16+):-go install github.com/dubbogo/protoc-gen-go-triple/v3@v3.0.3
+go install github.com/dubbogo/protoc-gen-go-triple/v3@v3.0.3
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
💡 Knowledge Base configuration:
- MCP integration is disabled by default for public repositories
- Jira integration is disabled by default for public repositories
- Linear integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (2)
README.md(1 hunks)internal/version/version.go(1 hunks)
🔇 Additional comments (3)
internal/version/version.go (1)
20-20: LGTM: Version bump to 3.0.3 verified and all references in sync
- internal/version/version.go:
Versionconstant correctly set to"3.0.3".- README.md: Installation instructions and release links updated to
v3.0.3.- go.mod: Module path includes the
/v3major-version suffix.- GitHub release tag
v3.0.3exists (HTTP 200).All checks pass—no stale
3.0.xreferences remain. Ready to merge.README.md (2)
30-34: Main package confirmed at repository root – existinggo buildis sufficient
- Verified that
package mainis declared inmain.goat the repository root (line 22), with no othermainpackages undercmd/- Therefore, running
go buildat the repo root will produce the expected binary; no path adjustment is necessary
28-28: Release tag v3.0.3 verified – No further action requiredValidation via HTTP 200 confirms that
v3.0.3is published and the link in the README will resolve correctly.• README.md, line 28: release link to v3.0.3 is valid.
Relate to #7
Summary by CodeRabbit
Documentation
Chores