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.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
66
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 )
88
99Initial release.
Original file line number Diff line number Diff line change 11defmodule Fine.MixProject do
22 use Mix.Project
33
4- @ version "0.1.0-dev "
4+ @ version "0.1.0"
55 @ description "C++ library enabling more ergonomic NIFs, tailored to Elixir"
66 @ github_url "https://github.com/elixir-nx/fine"
77
@@ -45,7 +45,7 @@ defmodule Fine.MixProject do
4545 [
4646 licenses: [ "Apache-2.0" ] ,
4747 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)
4949 ]
5050 end
5151end
You can’t perform that action at this time.
0 commit comments