1 parent 21d76c7 commit 7e63914Copy full SHA for 7e63914
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v1.3.2 (2026-09-11)
4
+
5
+* Fix an exception that would be raised in situations where an ancestor of a process in the Mox tree exited.
6
7
## v1.3.1 (2026-08-31)
8
9
* Do not crash verification after an unexpected call in shared mode
mix.exs
@@ -1,7 +1,7 @@
defmodule Mox.MixProject do
use Mix.Project
- @version "1.3.1"
+ @version "1.3.2"
def project do
[
0 commit comments