Commit 72237e6
authored
fix: revert version bump to 3.9.1 for clean publish (#894)
The v3.9.2 release PR (#891) bumped package.json and Cargo.toml to
3.9.2 while optionalDependencies still pointed to 3.9.1. This caused
preflight tests to fail because the installed native binary (3.9.1)
mismatched the declared version (3.9.2). Reverting to 3.9.1 so the
publish workflow can bump versions atomically after building native
binaries at the correct version.1 parent 68e6fda commit 72237e6
File tree
3 files changed
+4
-4
lines changed- crates/codegraph-core
3 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments