Skip to content

Commit da1450a

Browse files
committed
Version 0.3.1
1 parent f7c9b3d commit da1450a

3 files changed

Lines changed: 12 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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

RELEASE.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +0,0 @@
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.

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)