Skip to content

Commit

Permalink
Merge pull request #676 from yallop/prepare-0.19
Browse files Browse the repository at this point in the history
Prepare the 0.19.0 release
  • Loading branch information
yallop authored Jun 26, 2021
2 parents b5924fc + 9439b7b commit 2d1aa96
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## ctypes 0.19.0

* Drop compatibility with 4.02, and improve compatibility with Multicore OCaml
https://github.com/ocamllabs/ocaml-ctypes/pull/673

Thanks to Kate Deplaix (@kit-ty-kate) for contributing to this release.

## ctypes 0.18.0

* Remove the `Unix` dependency by using `bigarray-compat`
Expand Down
8 changes: 4 additions & 4 deletions META
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "0.18.0"
version = "0.19.0"
description = "Combinators for binding to C libraries without writing any C."
requires = "bigarray-compat bytes integers"
archive(byte) = "ctypes.cma"
Expand All @@ -9,7 +9,7 @@ archive(native, plugin) = "ctypes.cmxs"
exists_if = "ctypes.cma"

package "top" (
version = "0.18.0"
version = "0.19.0"
description = "Toplevel printers for C types"
requires = "ctypes"
archive(byte) = "ctypes-top.cma"
Expand All @@ -20,7 +20,7 @@ package "top" (
)

package "stubs" (
version = "0.18.0"
version = "0.19.0"
description = "Stub generation from C types"
requires = "ctypes str"
archive(byte) = "cstubs.cma"
Expand All @@ -32,7 +32,7 @@ package "stubs" (
)

package "foreign" (
version = "0.18.0"
version = "0.19.0"
description = "Dynamic linking of C functions"
requires = "threads ctypes"
archive(byte) = "ctypes-foreign.cma"
Expand Down

0 comments on commit 2d1aa96

Please sign in to comment.