From 611185427eadc4db753ed29c8acfd441b25803a9 Mon Sep 17 00:00:00 2001 From: Jeremy Yallop Date: Thu, 20 Jul 2023 20:40:52 +0100 Subject: [PATCH 1/2] Add version to dune-project See https://github.com/yallop/ocaml-ctypes/pull/588#issuecomment-1638297061 --- dune-project | 1 + 1 file changed, 1 insertion(+) diff --git a/dune-project b/dune-project index c376d7c0..0c823a77 100644 --- a/dune-project +++ b/dune-project @@ -1,5 +1,6 @@ (lang dune 2.9) (name ctypes) +(version 0.21.1) (formatting (enabled_for dune)) (use_standard_c_and_cxx_flags true) From 6ee8d92244ee40ca2b8329f9474a36ff435216ce Mon Sep 17 00:00:00 2001 From: Jeremy Yallop Date: Thu, 20 Jul 2023 20:42:25 +0100 Subject: [PATCH 2/2] Update CHANGES.md for 0.21.1 --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 3682636c..3a84e168 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +## ctypes 0.21.1 + +* Add missing version information to dune-project + ## ctypes 0.21.0 * Switch to dune