Skip to content

Commit 7e63914

Browse files
committed
Release v1.3.2
1 parent 21d76c7 commit 7e63914

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

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+
37
## v1.3.1 (2026-08-31)
48

59
* Do not crash verification after an unexpected call in shared mode

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Mox.MixProject do
22
use Mix.Project
33

4-
@version "1.3.1"
4+
@version "1.3.2"
55

66
def project do
77
[

0 commit comments

Comments
 (0)