File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
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.8 "
20+ PROJECT_VERSION : " 0.1.9 "
2121 NIF_VERSION : " 2.16"
2222
2323jobs :
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ 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.9] - 2024-02-29
9+
10+ ### Added
11+
12+ - Update candle from 0.3.1 to 0.4.1
13+
814## [ 0.1.8] - 2023-12-11
915
1016### Added
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.8 " }
17+ {:candlex , " ~> 0.1.9 " }
1818 ]
1919end
2020```
@@ -81,6 +81,7 @@ then you can build with `CANDLEX_NIF_TARGET=cuda`. See the `CANDLEX_NIF_TARGET`
8181To publish a new version of this package:
8282
83831 . Update version in ` mix.exs ` , ` .github/workflows/binaries.yml ` and ` README.md ` .
84+ 1 . ` git commit -am "build: bump version to <tag-version>" `
84851 . ` git tag -s <tag-version> ` to create new signed tag.
85861 . ` git push origin <tag-version> ` to push the tag.
86871 . Wait for the ` binaries.yml ` GitHub workflow to build all the NIF binaries.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ defmodule Candlex.MixProject do
55
66 @ description "An Nx backend for candle machine learning minimalist framework"
77 @ source_url "https://github.com/mimiquate/candlex"
8- @ version "0.1.8 "
8+ @ version "0.1.9 "
99
1010 def project do
1111 [
You can’t perform that action at this time.
0 commit comments