Skip to content

v0.9.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Apr 10:26
· 15 commits to main since this release
bdcedc8

Changelog

Fixed

  • Context gathering no longer fails when used in a non-git repository. Instead, it now warns the user and skips the .gitignore when excluding files.

Additions

  • Refactored several internal packages to increase modularity and facilitate integration into other projects.
  • Introduced a suite of unit tests to improve code reliability and maintainability.
  • Enhanced the configurability of the system through the introduction of new interfaces and options patterns, making the package more flexible and extensible