From 6d9354bb96dd65c0760fefbfff06458b39a50629 Mon Sep 17 00:00:00 2001 From: Gonzalo <456459+grzuy@users.noreply.github.com> Date: Thu, 29 Feb 2024 10:09:12 -0300 Subject: [PATCH] build: bump version to v0.1.9 --- .github/workflows/binaries.yml | 2 +- CHANGELOG.md | 6 ++++++ README.md | 3 ++- mix.exs | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index 8be7af4b..2f8119ef 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.8" + PROJECT_VERSION: "0.1.9" NIF_VERSION: "2.16" jobs: diff --git a/CHANGELOG.md b/CHANGELOG.md index f2f9bd22..2e3f8980 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.9] - 2024-02-29 + +### Added + +- Update candle from 0.3.1 to 0.4.1 + ## [0.1.8] - 2023-12-11 ### Added diff --git a/README.md b/README.md index 7e187323..1d817669 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.8"} + {:candlex, "~> 0.1.9"} ] end ``` @@ -81,6 +81,7 @@ then you can build with `CANDLEX_NIF_TARGET=cuda`. See the `CANDLEX_NIF_TARGET` To publish a new version of this package: 1. Update version in `mix.exs`, `.github/workflows/binaries.yml` and `README.md`. +1. `git commit -am "build: bump version to "` 1. `git tag -s ` to create new signed tag. 1. `git push origin ` to push the tag. 1. Wait for the `binaries.yml` GitHub workflow to build all the NIF binaries. diff --git a/mix.exs b/mix.exs index 393c877e..cb924af7 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,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.8" + @version "0.1.9" def project do [