-
Notifications
You must be signed in to change notification settings - Fork 0
chore(master): release 0.1.0 #1
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
base: master
Are you sure you want to change the base?
Conversation
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.
This PR is being reviewed by Cursor Bugbot
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| @@ -1,4 +1,4 @@ | |||
| { | |||
| ".": "0.2.0" | |||
| ".": "0.1.0" | |||
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.
Bug: Version Rollback Breaks Semantic Progression
The version is being downgraded from 0.2.0 to 0.1.0, which violates semantic versioning. The PR title indicates this should be a release to 0.2.1, but the manifest is rolling back to an older version instead. This will cause version conflicts and breaks the expected forward progression of releases.
| * use GitHub raw URL for logo to fix PyPI display ([298835c](https://github.com/4thel00z/sdkgen/commit/298835ce01128aba539c65e20fdc0180913122f3)) | ||
| * use uv pip install for dev dependencies in CI ([917f72d](https://github.com/4thel00z/sdkgen/commit/917f72d100589365fa447d07275024e9afa55f53)) | ||
| * use uv tool install for dev tools in CI ([43202b6](https://github.com/4thel00z/sdkgen/commit/43202b6082b9d5fe60a7160ff77dd42cddd53b97)) | ||
|
|
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.
Bug: Duplicate Changelog Entries Cause Structural Chaos
The changelog now contains two different 0.1.0 entries with conflicting content. The newly added detailed entry at the top duplicates the existing simplified entry at the bottom, creating an ambiguous and invalid changelog structure that will confuse users and break changelog parsers.
46eff22 to
911f7f6
Compare
12ec5d0 to
6f28b84
Compare
6f28b84 to
b29aa17
Compare
🤖 I have created a release beep boop
0.1.0 (2025-11-17)
Features
Bug Fixes
Documentation
This PR was generated with Release Please. See documentation.