Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 01 Jul 04:03
a82e693

Highlights

septiembre changes now works in any repository and resolves import edges across languages β€” not just Go.

πŸ› Fixed

  • septiembre changes no longer fails with read go.mod: no such file or directory in non-Go repositories. The graph now builds from the changed files even without a go.mod.

✨ Added

  • Multi-language import edges β€” relationships are resolved for:
    • Go β€” module-internal imports
    • JavaScript / TypeScript β€” import / export … from, require(), and dynamic import(), including .astro, .vue, and .svelte single-file components
    • Python β€” import and from … import (relative and absolute)
  • Only imports that resolve to files present in the repo become edges, so third-party dependencies are excluded automatically. Files in other languages still appear as nodes (with diffs, churn, and changelog) without edges.

πŸ“ Notes

  • Path aliases (e.g. @/… via tsconfig paths) are not resolved yet β€” only relative and package-root specifiers.

Full changelog: v0.6.0...v0.7.0