Skip to content

Releases: ocaml-community/cppo

Distribution v1.6.9

19 May 23:47
31c1365
Compare
Choose a tag to compare

CHANGES:

  • [bug] Fix multiline string support (#81)

Distribution v1.6.8

17 Sep 18:59
94b2d0f
Compare
Choose a tag to compare

CHANGES:

  • [compat] Allow version strings without patch numbers, e.g. 8.13+beta1
    The patch number will be set to 0 upon empty, i.e. (8, 13, 0)

Distribution v1.6.7

21 Dec 16:29
Compare
Choose a tag to compare

CHANGES:

  • [compat] Treat ~ and - the same in semver in order to parse
    OCaml 4.12.0 pre-release versions.
  • [compat] Restore 4.02.3 compatibility.

v1.6.6

26 May 23:54
Compare
Choose a tag to compare

CHANGES:

  • [pkg] port build system to dune from jbuilder.
  • [pkg] upgrade opam metadata to 2.0 format.
  • [pkg] remove topkg and use dune-release.
  • [compat] Use String.capitalize_ascii to remove warning.