We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97fb6f commit ed86a26Copy full SHA for ed86a26
CHANGELOG.md
@@ -4,6 +4,6 @@ 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
-## [Unreleased](https://github.com/elixir-nx/fine)
+## [v0.1.0](https://github.com/elixir-nx/fine/tree/v0.1.0) (2025-02-19)
8
9
Initial release.
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Fine.MixProject do
2
use Mix.Project
3
- @version "0.1.0-dev"
+ @version "0.1.0"
@description "C++ library enabling more ergonomic NIFs, tailored to Elixir"
@github_url "https://github.com/elixir-nx/fine"
0 commit comments