Skip to content

Commit

Permalink
Merge pull request #781 from yallop/prepare-0.23.0
Browse files Browse the repository at this point in the history
Prepare the 0.23.0 release
  • Loading branch information
yallop authored Aug 12, 2024
2 parents b9dd411 + c2ef3a7 commit 6c2b4f6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## ctypes 0.23.0

* Support for 'const' and 'volatile'
https://github.com/yallop/ocaml-ctypes/pull/780

* Make `string` a view of `ptr (const char)`, not `ptr char`
https://github.com/yallop/ocaml-ctypes/pull/782

* Add `CArray.iteri`
https://github.com/yallop/ocaml-ctypes/pull/775

Thanks to Antoine Provot (@Ant1-Provot) and @prgbln for contributions
to this release.

## ctypes 0.22.0

* Support for OCaml 5.2.0
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(lang dune 2.9)
(name ctypes)
(version 0.22.0)
(version 0.23.0)
(formatting (enabled_for dune))
(use_standard_c_and_cxx_flags true)

Expand Down

0 comments on commit 6c2b4f6

Please sign in to comment.