diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index 65a6051..e073b9b 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -17,7 +17,7 @@ on: env: PROJECT_NAME: "candlex" PROJECT_DIR: "native/candlex" - PROJECT_VERSION: "0.1.9" + PROJECT_VERSION: "0.1.10" NIF_VERSION: "2.16" jobs: diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e3f898..6981b34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.10] - 2024-05-09 + +### Changed + +- Update candle from 0.4.1 to 0.5.0 + ## [0.1.9] - 2024-02-29 -### Added +### Changed - Update candle from 0.3.1 to 0.4.1 diff --git a/README.md b/README.md index d4092dc..ae9d3ac 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ by adding `candlex` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:candlex, "~> 0.1.9"} + {:candlex, "~> 0.1.10"} ] end ``` diff --git a/mix.exs b/mix.exs index b38321f..1c14069 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,7 @@ defmodule Candlex.MixProject do @description "An Nx backend for candle machine learning minimalist framework" @source_url "https://github.com/mimiquate/candlex" - @version "0.1.9" + @version "0.1.10" def project do [