From c72f1f3bc9add874a8c1594b0b1cf9d7dac448b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20Roch=C3=A9?= Date: Wed, 25 Dec 2024 20:03:38 +0100 Subject: [PATCH] changes: release 2.2.0 --- CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 2eb0e6f..5621b6f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +## 2.2.0 (2024-12-25) + +- fix bug marking alcotest skipped tests as passed +- reraise exceptions to clean backtraces +- expose arguments of `Alcotest.run` +- increase dependency on alcotest to 1.8.0 + ## 2.1.0 (2024-12-22) - add skipped attribute to testsuite (#10)