Skip to content

Commit b3dee74

Browse files
committed
Release v0.1.3
1 parent 982c788 commit b3dee74

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.3](https://github.com/elixir-nx/fine/tree/v0.1.3) (2025-07-31)
8+
9+
### Fixed
10+
11+
- Include files being copied into releases
12+
713
## [v0.1.2](https://github.com/elixir-nx/fine/tree/v0.1.2) (2025-07-29)
814

915
### 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.2"
4+
@version "0.1.3"
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)