0.0.2
CHANGES:
Added
- Add documentation website powered by Docusaurus. (#7, @mbarbin)
- Initiate a library
vcs-test-helpers
to help writing tests. (#4, @mbarbin) - Add test showing how to do revision lookup from references using
Vcs.refs
andVcs.tree
. - Added dependabot config for automatically upgrading action files.
Changed
- Upgrade
ppxlib
to0.33
- activate unused items warnings. - Refactor
Vcs.Git
to clarify raising/non-raising APIs (breaking change). (#9, @mbarbin) - Upgrade
ocaml
to5.2
. - Upgrade
dune
to3.16
. - Upgrade base & co to
0.17
.
Fixed
- Fix computation of
repo_root
when inside a git worktree. - Handle binary files in
Vcs.num_status
instead of failing. - Allow more characters when parsing branch names.