From d8ce8c3806111e1d1ba54d2ef99a8ae550c7567b Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Mon, 17 Aug 2026 21:00:17 +0200 Subject: test(cli): pin the version's shape, not its literal The release target bumps bin/main.ml and dune-project, but cli.t pinned the literal too, so cutting 0.2.0 failed `make check` on a cram diff that was purely the bump working correctly. Every release would have had to edit a test for no gain. The shape is asserted here instead. The value is already checked where it can actually drift: the release target requires the freshly built binary to report the version it just wrote. --- dune-project | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dune-project') diff --git a/dune-project b/dune-project index ccef6df..e150157 100644 --- a/dune-project +++ b/dune-project @@ -1,6 +1,6 @@ (lang dune 3.0) (name colitur) -(version 0.1.0) +(version 0.2.0) (generate_opam_files true) (cram enable) -- cgit v1.3