Skip to content

Commit c134333

Browse files
committed
Release v0.1.4
1 parent a69298e commit c134333

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44

55
The 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

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule 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

0 commit comments

Comments
 (0)