v0.2.1
[0.2.1] - 2026-06-22
Bug Fixes
- build: Drop pinned inter-crate version requirements so workspace bumps build (#13)
Inter-crate path dependencies hardcoded version = "0.1.0". When release-please
bumped the workspace to 0.2.0, the ^0.1.0 requirement no longer matched the
0.2.0 candidate, so every release build failed with 'failed to select a version
for codegraph-core'. Patch bumps (0.1.x) masked this; the first minor bump broke
it. Path dependencies in this non-published workspace need no version requirement
- drop them so future bumps always resolve.
Miscellaneous
- main: Release 0.2.1 (#14)
Generated by git-cliff