File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed 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.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
6
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
+
7
15
## [ v0.1.0] ( https://github.com/elixir-nx/fine/tree/v0.1.0 ) (2025-02-19)
8
16
9
17
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 "
4
+ @ version "0.1.1 "
5
5
@ description "C++ library enabling more ergonomic NIFs, tailored to Elixir"
6
6
@ github_url "https://github.com/elixir-nx/fine"
7
7
You can’t perform that action at this time.
0 commit comments