Skip to content

Commit fa1bd72

Browse files
committed
Version 0.7.1
1 parent ed77f05 commit fa1bd72

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77

88
<!-- %% CHANGELOG_ENTRIES %% -->
99

10+
## 0.7.1 - 2026-06-13
11+
12+
### Fixed
13+
14+
- Documentation no longer fails to build over autolink references to the
15+
hidden `Emily.Native.async_eval/2` and `Emily.Native.fast_rope_int/8`
16+
NIF stubs in the changelog; both are excluded from ex_doc autolinking.
17+
1018
## 0.7.0 - 2026-06-13
1119

1220
### Added

RELEASE.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
### Fixed
2-
3-
- Documentation no longer fails to build over autolink references to the
4-
hidden `Emily.Native.async_eval/2` and `Emily.Native.fast_rope_int/8`
5-
NIF stubs in the changelog; both are excluded from ex_doc autolinking.

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.7.0"
5+
@version "0.7.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)