Dune-release 0.3.0
See full changelog
- Store config files in
~/.config/dune/instead of~/.duneto match whatduneis doing (#27, @samoht) - Support opam 1.2.2 when linting (#29, @samoht)
- Use
-p <pkg>instead of-n <pkg>to follow dune convention (#30, #42, @samoht) - Default to
nanoif the EDITOR environment variable is not set. (#32, @avsm) - Fix location of documentation when
odoccreates an_htmlsubdirectory (#34, @samoht) - Remove the browse command (#36, @samoht)
- Re-add the publish delegatation mechanism to allow non-GitHub users to
publish packages (see
dune-release help delegate) (#37, @samoht) - Fix dropping of
vat the beginning of version numbers indune-release opam(#40, @let-def) - Add basic token validation (#40, @let-def)