-
Notifications
You must be signed in to change notification settings - Fork 36
release: v0.7.2 #542
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
release: v0.7.2 #542
Conversation
WalkthroughThe changelog was updated to document the release of version 0.7.2 on 2025-07-11, including a note about a specific bug fix related to store tuple files. The comparison range for the "Unreleased" section was also updated to reflect the new version. Changes
Sequence Diagram(s)No sequence diagram is generated since the change is limited to documentation updates. 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. 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 using PR comments)
Other keywords and placeholders
CodeRabbit Configuration 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
🧹 Nitpick comments (2)
CHANGELOG.md (2)
3-3
: Consider normalizing heading levels (MD001
).
#
➜####
is a three-level jump that keeps triggering markdownlint (heading-increment
).
Switching release headings to##
(or disabling the rule) will silence the linter and improve structural consistency.-#### [Unreleased](https://github.com/openfga/cli/compare/v0.7.2...HEAD) +## [Unreleased](https://github.com/openfga/cli/compare/v0.7.2...HEAD)
5-8
: Apply the same heading-level fix to the new 0.7.2 section.Consistent levels avoid future linter noise and make TOC generators happier.
-#### [0.7.2](https://github.com/openfga/cli/compare/v0.7.1...v0.7.2) (2025-07-11) +## [0.7.2](https://github.com/openfga/cli/compare/v0.7.1...v0.7.2) (2025-07-11)No content issues detected in the bullet itself. 👍
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
CHANGELOG.md
(1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
CHANGELOG.md
3-3: Heading levels should only increment by one level at a time
Expected: h2; Actual: h4
(MD001, heading-increment)
Description
Changelog
Fixed:
Includes
What problem is being solved?
How is it being solved?
What changes are made to solve it?
References
Review Checklist
main
Summary by CodeRabbit