Skip to content

Commit 46cc3ff

Browse files
authored
Merge pull request #728 from yallop/prepare-0.20.2
Prepare the 0.20.2 release
2 parents dfef6bc + 48815ea commit 46cc3ff

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

CHANGES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## ctypes 0.20.2
2+
3+
* Restore compilation of cmxs for 5.0
4+
https://github.com/ocamllabs/ocaml-ctypes/pull/727
5+
6+
* Update build rules to make .o files a dependency of cmxs
7+
https://github.com/ocamllabs/ocaml-ctypes/pull/723
8+
9+
* update CArray.of_string comment to accurately reflect the length
10+
https://github.com/ocamllabs/ocaml-ctypes/pull/716
11+
12+
Thanks to @houseofsuns, @ygrek, Alpha Diallo (@moyodiallo), François
13+
Bobot (@bobot) and Alfredo Tupone (@atupone) for contributions to this
14+
release.
15+
116
## ctypes 0.20.1
217

318
* Fix warning 9 [missing-record-field-pattern] in generated OCaml code

META

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "0.20.1"
1+
version = "0.20.2"
22
description = "Combinators for binding to C libraries without writing any C."
33
requires = "bigarray-compat bytes integers"
44
archive(byte) = "ctypes.cma"
@@ -9,7 +9,7 @@ archive(native, plugin) = "ctypes.cmxs"
99
exists_if = "ctypes.cma"
1010

1111
package "top" (
12-
version = "0.20.1"
12+
version = "0.20.2"
1313
description = "Toplevel printers for C types"
1414
requires = "ctypes"
1515
archive(byte) = "ctypes-top.cma"
@@ -20,7 +20,7 @@ package "top" (
2020
)
2121

2222
package "stubs" (
23-
version = "0.20.1"
23+
version = "0.20.2"
2424
description = "Stub generation from C types"
2525
requires = "ctypes str"
2626
archive(byte) = "cstubs.cma"
@@ -32,7 +32,7 @@ package "stubs" (
3232
)
3333

3434
package "foreign" (
35-
version = "0.20.1"
35+
version = "0.20.2"
3636
description = "Dynamic linking of C functions"
3737
requires = "threads ctypes"
3838
archive(byte) = "ctypes-foreign.cma"

0 commit comments

Comments
 (0)