The Dune Team is happy to announce the release of Dune 3.20.2.
This release comes with some fixes regarding js_of_ocaml and cram test. It also fixes dune when using Cygwin.
Changelog
Fixed
-
Fix jsoo separate compilation with modules_without_implementation. Regression
introduced in #10767. (#12320, fixes #12306 @hhugo) -
Fix
runtest-jsmistakenly using wrong dependencies (#12324, @vouillon) -
Remove empty
.cram.test.tdirectory during the running of a cram test.
(#12329, fixes #12321, @Alizter)