File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1717env :
1818 PROJECT_NAME : " candlex"
1919 PROJECT_DIR : " native/candlex"
20- PROJECT_VERSION : " 0.1.9 "
20+ PROJECT_VERSION : " 0.1.10 "
2121 NIF_VERSION : " 2.16"
2222
2323jobs :
Original file line number Diff line number Diff line change @@ -5,9 +5,15 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.1.10] - 2024-05-09
9+
10+ ### Changed
11+
12+ - Update candle from 0.4.1 to 0.5.0
13+
814## [ 0.1.9] - 2024-02-29
915
10- ### Added
16+ ### Changed
1117
1218- Update candle from 0.3.1 to 0.4.1
1319
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ by adding `candlex` to your list of dependencies in `mix.exs`:
1414``` elixir
1515def deps do
1616 [
17- {:candlex , " ~> 0.1.9 " }
17+ {:candlex , " ~> 0.1.10 " }
1818 ]
1919end
2020```
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ defmodule Candlex.MixProject do
77
88 @ description "An Nx backend for candle machine learning minimalist framework"
99 @ source_url "https://github.com/mimiquate/candlex"
10- @ version "0.1.9 "
10+ @ version "0.1.10 "
1111
1212 def project do
1313 [
You can’t perform that action at this time.
0 commit comments