Skip to content

v0.8.0

Choose a tag to compare

@0xdea 0xdea released this 24 Jun 10:01
· 39 commits to master since this release

Added

  • Add integration tests with a mocked Ollama API.
  • Add test job to CI.

Changed

  • Refactor the public API to use a provider abstraction (breaking change).
  • Use AsRef<Path> bounds for all public functions that take a Path argument.
  • Enable all clippy restriction lints and fix any resulting issues.
  • Reorganize unit tests into separate helpers (pure logic) and api (Ollama-dependent) submodules.
  • Improve comments.
  • Update documentation.
  • Update dependencies.