File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ 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.2] ( https://github.com/elixir-nx/fine/tree/v0.1.2 ) (2025-07-29)
8
+
9
+ ### Added
10
+
11
+ - Added default constructor to ` fine::Term `
12
+ - Improved error message when trying to decode a remote PID
13
+
7
14
## [ v0.1.1] ( https://github.com/elixir-nx/fine/tree/v0.1.1 ) (2025-06-27)
8
15
9
16
### Added
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.1 "
4
+ @ version "0.1.2 "
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