Dune 3.11.1
Following the release of Dune 3.11.0 a few days ago, we've just released version 3.11.1 with a couple of bug fixes:
- Fix the
dune rpc statuscommand that was incorrectly showing that there were no RPC servers running on Windows. - Fix a bogus error when no inline test was declared in a library using
(inline_tests).
See full changelog
Fixed
-
Fix
dune rpccommands on Windows (#8806, fixes #8799, @nojb) -
Fix
inline_testswhen the partition list is empty (#8849, fixes #8848, @hhugo)