Skip to content

Commit 50a51e9

Browse files
committed
Release v0.1.2
1 parent fa073e4 commit 50a51e9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.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+
714
## [v0.1.1](https://github.com/elixir-nx/fine/tree/v0.1.1) (2025-06-27)
815

916
### 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.1"
4+
@version "0.1.2"
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)