File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ 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.4] ( https://github.com/elixir-nx/fine/tree/v0.1.4 ) (2025-08-14)
8+
9+ ### Added
10+
11+ - Expanded encoders and decoders for STL containers to support custom allocators ([ #5 ] ( https://github.com/elixir-nx/fine/pull/5 ) )
12+ - Comparison operations for ` fine::Term ` to enable use with ` std::map ` ([ #10 ] ( https://github.com/elixir-nx/fine/pull/10 ) )
13+ - Implicit item type conversion for ` fine::Ok ` and ` fine::Error ` ([ #13 ] ( https://github.com/elixir-nx/fine/pull/13 ) )
14+ - Implemented ` std::hash ` for ` fine::Term ` and ` fine::Atom ` to enable use with ` std::unordered_map ` ([ #11 ] ( https://github.com/elixir-nx/fine/pull/11 ) )
15+
716## [ v0.1.3] ( https://github.com/elixir-nx/fine/tree/v0.1.3 ) (2025-07-31)
817
918### Fixed
Original file line number Diff line number Diff line change 11defmodule Fine.MixProject do
22 use Mix.Project
33
4- @ version "0.1.3 "
4+ @ version "0.1.4 "
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