We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0736767 commit 5164578Copy full SHA for 5164578
2 files changed
CHANGELOG.md
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## 1.5.1 - 2026-02-05
9
+
10
+- Handles cases where `$callers` and `$ancestors` may not be pids to avoid crashing metric handler.
11
12
## 1.5.0 - 2026-02-04
13
14
- Move CI from Circle to Github Actions
mix.exs
@@ -4,7 +4,7 @@ defmodule Zexbox.MixProject do
4
def project do
[
app: :zexbox,
- version: "1.5.0",
+ version: "1.5.1",
elixir: "~> 1.14",
start_permanent: Mix.env() == :prod,
dialyzer: [plt_add_apps: [:mix, :ex_unit]],
0 commit comments