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,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
Original file line number Diff line number Diff line change 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.
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.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
You can’t perform that action at this time.
0 commit comments