Skip to content

v0.14.1

Choose a tag to compare

@github-actions github-actions released this 20 Jul 23:32
0930cf4

Install

curl -fsSL https://raw.githubusercontent.com/vshulcz/deja-vu/main/install.sh | sh
go install github.com/vshulcz/deja-vu/cmd/deja@v0.14.1
brew install vshulcz/tap/deja-vu

Changelog

Documentation

  • docs: changelog for 0.14.1 (#231)

Other

  • refactor: dispatch subcommands via table (#226)
  • refactor: extract internal/query so index stops importing search (#230)
  • refactor: move share/handoff digest building to internal/digest (#229)
  • refactor: move stats computation to internal/stats (#228)
  • refactor: resolve index dir once in run() (#225)
  • refactor: source registry for harness dispatch (#224)
  • refactor: split index.go into ingest, retrieval, manifest, store_io (#227)