Skip to content

Commit

Permalink
Merge pull request #708 from yallop/prepare-0.20.1
Browse files Browse the repository at this point in the history
Prepare 0.20.1
  • Loading branch information
yallop authored Mar 31, 2022
2 parents fb5f516 + 4289ece commit d5191b4
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.20.1

* Fix warning 9 [missing-record-field-pattern] in generated OCaml code
https://github.com/ocamllabs/ocaml-ctypes/pull/700

Thanks to Antonin Décimo (@MisterDA) for contributing to this release.

## ctypes 0.20.0

* Remove naked pointers from the Dl library
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.20.0"
version = "0.20.1"
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.20.0"
version = "0.20.1"
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.20.0"
version = "0.20.1"
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.20.0"
version = "0.20.1"
description = "Dynamic linking of C functions"
requires = "threads ctypes"
archive(byte) = "ctypes-foreign.cma"
Expand Down

0 comments on commit d5191b4

Please sign in to comment.