We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea93a9 commit 77946b2Copy full SHA for 77946b2
2 files changed
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7
+## [v0.1.6](https://github.com/elixir-nx/fine/tree/v0.1.6) (2026-04-09)
8
+
9
+### Fixed
10
11
+- Fix linking issues due to missing `inline`s
12
13
## [v0.1.5](https://github.com/elixir-nx/fine/tree/v0.1.5) (2026-04-06)
14
15
### Added
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Fine.MixProject do
2
use Mix.Project
3
- @version "0.1.5"
+ @version "0.1.6"
@description "C++ library enabling more ergonomic NIFs, tailored to Elixir"
@github_url "https://github.com/elixir-nx/fine"
0 commit comments