0.0.9
CHANGES:
Added
- Add new
vcs-base
package meant to extendvcs
with base-style functionality (#31, @mbarbin). - Add
Vcs.find_enclosing_repo_root
helper (#28, @mbarbin). - Add
Vcs.read_dir
helper (#28, @mbarbin).
Changed
- Added more labels to the
Vcs.Graph
signature (#38, @mbarbin). - Rename
tips
toleaves
to designate nodes without children (#38, @mbarbin). - Remove
base
dependency fromvcs
and provider libraries (#36, @mbarbin). - Moved
Or_error
related modules toVcs_base
(#35, @mbarbin). - Provider interfaces now uses
Vcs.Result
type instead ofOr_error
(#34, @mbarbin). - Rename what was
Vcs.Result
toVcs.Rresult
and introduceVcs.Result
whose type is simpler (#33, @mbarbin). - Moved
ocaml-vcs more-tests
commands at top-level (#28, @mbarbin).
Fixed
- Fixed stale refs information leaked by
Vcs.Graph.set_ref
(#41, @mbarbin). - Fixed some odoc warnings related to
Vcs_base
(#38, @mbarbin). - Changed some exceptions raised by the
vcs
related libraries to theVcs.E
exception (#34, @mbarbin).