File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ 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+ ## [ v0.1.1] ( https://github.com/elixir-nx/fine/tree/v0.1.1 ) (2025-06-27)
8+
9+ ### Added
10+
11+ - Encoding and decoding for ` std::string_view ` as a better alternative to ` ErlNifBinary ` ([ #4 ] ( https://github.com/elixir-nx/fine/pull/4 ) )
12+ - ` fine::make_new_binary ` to streamline returning large buffers ([ #6 ] ( https://github.com/elixir-nx/fine/pull/6 ) )
13+ - Erlang-backed synchronization primitives in ` fine/sync.hpp ` ([ #7 ] ( https://github.com/elixir-nx/fine/pull/7 ) )
14+
715## [ v0.1.0] ( https://github.com/elixir-nx/fine/tree/v0.1.0 ) (2025-02-19)
816
917Initial 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 "
4+ @ version "0.1.1 "
55 @ description "C++ library enabling more ergonomic NIFs, tailored to Elixir"
66 @ github_url "https://github.com/elixir-nx/fine"
77
You can’t perform that action at this time.
0 commit comments