Skip to content

Commit

Permalink
Merge pull request #728 from yallop/prepare-0.20.2
Browse files Browse the repository at this point in the history
Prepare the 0.20.2 release
  • Loading branch information
yallop authored Feb 18, 2023
2 parents dfef6bc + 48815ea commit 46cc3ff
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## ctypes 0.20.2

* Restore compilation of cmxs for 5.0
https://github.com/ocamllabs/ocaml-ctypes/pull/727

* Update build rules to make .o files a dependency of cmxs
https://github.com/ocamllabs/ocaml-ctypes/pull/723

* update CArray.of_string comment to accurately reflect the length
https://github.com/ocamllabs/ocaml-ctypes/pull/716

Thanks to @houseofsuns, @ygrek, Alpha Diallo (@moyodiallo), François
Bobot (@bobot) and Alfredo Tupone (@atupone) for contributions to this
release.

## ctypes 0.20.1

* Fix warning 9 [missing-record-field-pattern] in generated OCaml code
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.1"
version = "0.20.2"
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.1"
version = "0.20.2"
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.1"
version = "0.20.2"
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.1"
version = "0.20.2"
description = "Dynamic linking of C functions"
requires = "threads ctypes"
archive(byte) = "ctypes-foreign.cma"
Expand Down

0 comments on commit 46cc3ff

Please sign in to comment.