We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b45f96 commit bb4085dCopy full SHA for bb4085d
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 2.3.0 (2026-01-17)
2
+
3
+* fix: namespace auto setup verify_on_exit! by @PragTob in #111
4
+* feat: prevent global mode in async tests by @rbino in #110
5
6
# 2.2.0 (2025-11-18)
7
8
* Add elixir 1.19.x compatibility by @Geekfish in #107
mix.exs
@@ -2,7 +2,7 @@ defmodule Mimic.Mixfile do
use Mix.Project
@source_url "https://github.com/edgurgel/mimic"
- @version "2.2.0"
+ @version "2.3.0"
def project do
[
0 commit comments