Skip to content

Commit 52ed81f

Browse files
committed
Release v0.1.5
1 parent b1e8cd4 commit 52ed81f

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ 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.5](https://github.com/elixir-nx/fine/tree/v0.1.5) (2026-04-06)
8+
9+
### Added
10+
11+
- Encoding and decoding for `std::unordered_map` ([#14](https://github.com/elixir-nx/fine/pull/14))
12+
- Encoding and decoding for `std::multimap` and `std::unordered_multimap` ([#15](https://github.com/elixir-nx/fine/pull/15))
13+
- Support for `load` and `unload` NIF callbacks ([#16](https://github.com/elixir-nx/fine/pull/16))
14+
- Condition variable wrapper ([#17](https://github.com/elixir-nx/fine/pull/17))
15+
- Added `fine::format_term`
16+
- Improved decoding errors
17+
718
## [v0.1.4](https://github.com/elixir-nx/fine/tree/v0.1.4) (2025-08-14)
819

920
### Added

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.4"
4+
@version "0.1.5"
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)