Skip to content

Commit d938a46

Browse files
committed
Version 1.0.1
1 parent 990ad50 commit d938a46

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

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

1219
First stable release. Emily runs `Nx` computations on Apple Silicon

RELEASE.md

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

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 "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

0 commit comments

Comments
 (0)