Commit 6d27544
fix: update release-please manifest to current version 1.0.2
The manifest was set to 1.0.0 but the actual codebase is at 1.0.2
(per pyproject.toml and CHANGELOG.md). This caused release-please to
look at all commits since 1.0.0 and bump to 1.0.1 instead of properly
detecting the breaking change (commit 7559751) that should bump to 2.0.0.
By setting the manifest to 1.0.2, release-please will only consider
commits after that version, properly detecting the breaking change
and bumping to 2.0.0.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>1 parent 1fcb54c commit 6d27544
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
0 commit comments