File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77
88<!-- %% CHANGELOG_ENTRIES %% -->
99
10+ ## 0.3.1 - 2026-04-25
11+
12+ ### Fixed
13+
14+ - Precompiled NIF download no longer times out on the ` :peer.call/4 `
15+ default 5s ` gen_server.call ` deadline. Consumers installing
16+ ` {:emily, "~> 0.3"} ` on a cold cache could see ` :gen_server.call `
17+ timeouts while fetching the multi-MB tarball; the ` .sha256 ` sidecar
18+ fit in the window but the main asset did not. The peer RPC now runs
19+ with ` :infinity ` so httpc's own request timing drives cancellation.
20+
1021## 0.3.0 - 2026-04-25
1122
1223### Changed
Original file line number Diff line number Diff line change 1- ### Fixed
2-
3- - Precompiled NIF download no longer times out on the ` :peer.call/4 `
4- default 5s ` gen_server.call ` deadline. Consumers installing
5- ` {:emily, "~> 0.3"} ` on a cold cache could see ` :gen_server.call `
6- timeouts while fetching the multi-MB tarball; the ` .sha256 ` sidecar
7- fit in the window but the main asset did not. The peer RPC now runs
8- with ` :infinity ` so httpc's own request timing drives cancellation.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule Emily.MixProject do
22 use Mix.Project
33
44 @ app :emily
5- @ version "0.3.0 "
5+ @ version "0.3.1 "
66 @ source_url "https://github.com/ausimian/emily"
77
88 # MLX pin. Drives the git tag the `:mlx_src` dep is cloned at (see
You can’t perform that action at this time.
0 commit comments