github vitali87/code-graph-rag v0.0.246

latest releases: v0.0.727, v0.0.726, v0.0.725...
one month ago

Highlights

  • Binary Support: PyInstaller build now bundles metadata, resolving PackageNotFoundError and enabling downloadable executables.
  • CI Improvements: Added a binary smoke-test job to automatically build and test the Linux executable on pull requests and main.
  • Version Checking: Binary smoke-test job runs --version to catch frozen-binary regressions earlier.

What's Changed

Fixed

  • Standalone binaries work again: the PyInstaller build now bundles the package's own metadata (--copy-metadata code-graph-rag), fixing the PackageNotFoundError crash on --version that had blocked binary uploads on every release since v0.0.88. This is the first release with downloadable executables in months.

CI

  • New binary smoke-test job builds the linux executable and runs --version on every PR and push to main, so frozen-binary regressions now block merge instead of surfacing at release time.

Full Changelog: v0.0.245...v0.0.246

Don't miss a new code-graph-rag release

NewReleases is sending notifications on new releases.