Skip to content

Commit

Permalink
build: bump version to v0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed May 9, 2024
1 parent e39ad39 commit d15e944
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down

0 comments on commit d15e944

Please sign in to comment.