We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 982c788 commit b3dee74Copy full SHA for b3dee74
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.3](https://github.com/elixir-nx/fine/tree/v0.1.3) (2025-07-31)
8
+
9
+### Fixed
10
11
+- Include files being copied into releases
12
13
## [v0.1.2](https://github.com/elixir-nx/fine/tree/v0.1.2) (2025-07-29)
14
15
### Added
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Fine.MixProject do
2
use Mix.Project
3
- @version "0.1.2"
+ @version "0.1.3"
@description "C++ library enabling more ergonomic NIFs, tailored to Elixir"
@github_url "https://github.com/elixir-nx/fine"
0 commit comments