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,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77
88<!-- %% CHANGELOG_ENTRIES %% -->
99
10+ ## 1.0.1 - 2026-08-08
11+
12+ ### Fixed
13+
14+ - Constrain Nx to the supported 0.12 release line so fresh dependency
15+ resolution does not select incompatible Nx 0.13 releases.
16+
1017## 1.0.0 - 2026-07-08
1118
1219First stable release. Emily runs ` Nx ` computations on Apple Silicon
Original file line number Diff line number Diff line change 1- ### Fixed
2-
3- - Constrain Nx to the supported 0.12 release line so fresh dependency
4- resolution does not select incompatible Nx 0.13 releases.
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 "1.0.0 "
5+ @ version "1.0.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