Skip to content

Releases: binpash/libdash

v0.4.1

Choose a tag to compare

@mgree mgree released this 14 Jul 23:44
d2d00fc

v0.4.1 fixes the build on macOS, drops unnecessary OCaml Ctypes functions, and rewrites git history to align with dash upstream

v0.4.0

Choose a tag to compare

@mgree mgree released this 14 Jul 19:15

🚨 History has been rewritten to match dash.

If you have an existing repository, you should either create a new clone or run git fetch origin && git reset --hard origin/master

This release includes improvements to CI and tooling, but should not alter libdash behavior.

Python source and binary distributions

Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Jul 15:52
d2d00fc
Fix dune build for ocaml 5 (#35)

* fix types to satisfy more stringent checking; formatting fixes
* fix CI runs to be more selective
* version bump

v0.3.1

Choose a tag to compare

@mgree mgree released this 23 Aug 14:31

Bugfix in quoting (heredocs, treat ! as a normal character---correct for non-interactive shells).

v0.3

Choose a tag to compare

@mgree mgree released this 28 Jul 12:37

Python bindings. General improvements to the OCaml bindings.

bindings as of dash v0.5.11.5 (2020-06-01)

Choose a tag to compare

@mgree mgree released this 24 Feb 15:14
42f798e

This release brings libdash up to date with dash v0.5.11.5, which includes a number of improvements and fixes to dash's parser.

Bugfixes

Choose a tag to compare

@mgree mgree released this 12 May 21:31

Bugfixes from @tucak (via smoosh PR#18).

v0.1

Choose a tag to compare

@mgree mgree released this 20 Feb 23:04

Working OPAM build script with in-place testing.