File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
6
7
- ## [ Unreleased ] ( https://github.com/elixir-nx/fine )
7
+ ## [ v0.1.0 ] ( https://github.com/elixir-nx/fine/tree/v0.1.0 ) (2025-02-19 )
8
8
9
9
Initial release.
Original file line number Diff line number Diff line change 1
1
defmodule Fine.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "0.1.0-dev "
4
+ @ version "0.1.0"
5
5
@ description "C++ library enabling more ergonomic NIFs, tailored to Elixir"
6
6
@ github_url "https://github.com/elixir-nx/fine"
7
7
@@ -45,7 +45,7 @@ defmodule Fine.MixProject do
45
45
[
46
46
licenses: [ "Apache-2.0" ] ,
47
47
links: % { "GitHub" => @ github_url } ,
48
- files: ~w( include mix.exs README.md LICENSE CHANGELOG.md)
48
+ files: ~w( include lib mix.exs README.md LICENSE CHANGELOG.md)
49
49
]
50
50
end
51
51
end
You can’t perform that action at this time.
0 commit comments