-
Notifications
You must be signed in to change notification settings - Fork 6
[ISSUE #90]🔖Bump version to 1.0.0 #91
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
Conversation
📝 WalkthroughWalkthroughThis pull request bumps the package version in Cargo.toml from 0.1.9 to 1.0.0, marking a major version release milestone. No other manifest metadata, dependencies, or build configuration were modified. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~1 minute Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks✅ Passed checks (5 passed)
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR bumps the package version from 0.1.9 to 1.0.0, marking the first major release of the cheetah-string crate.
- Updates the version field in Cargo.toml from "0.1.9" to "1.0.0"
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
Fix all issues with AI Agents 🤖
In @Cargo.toml:
- Line 3: Update the README installation examples to match Cargo.toml's new
version by changing both occurrences of "0.1" in the README.md installation
section to "1.0" so the examples reflect version = "1.0.0" in Cargo.toml;
additionally add a CHANGELOG.md summarizing changes from 0.1.9 to 1.0.0 (brief
bullet list or release notes) to document the version bump and feature/API
stability.
fix #90
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.