Skip to content

0.0.8

Compare
Choose a tag to compare
@mbarbin mbarbin released this 30 Sep 09:30
· 108 commits to main since this release
8a97317

CHANGES:

Changed

  • Reduced dependencies from fpath-base to fpath-sexp0 where able (#27, @mbarbin).
  • Inline eio-process dependency into vcs_git_eio (#27, @mbarbin).
  • Replace calls to eio-writer by print functions from stdlib in vcs-command (#26, @mbarbin).
  • Refactor subgraph computation to not need union-find (#25, @mbarbin).
  • Improve Vcs.Graph documentation (#24, @mbarbin).
  • Upgrade documentation dependencies (#23, @mbarbin).
  • Update documentation to use diataxis (#22, @mbarbin).

Fixed

  • Fixed stale names in headache script.

Removed

  • No more vendor/ libraries.
  • Removed dependency to vendored eio-process.
  • Removed dependency to vendored eio-writer.
  • Removed dependency to vendored union-find.