Skip to content

Commit eb59e03

Browse files
committed
build: bump version to v0.1.5
1 parent 20561bb commit eb59e03

4 files changed

Lines changed: 13 additions & 4 deletions

File tree

.github/workflows/binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
env:
1818
PROJECT_NAME: "candlex"
1919
PROJECT_DIR: "native/candlex"
20-
PROJECT_VERSION: "0.1.4"
20+
PROJECT_VERSION: "0.1.5"
2121
NIF_VERSION: "2.16"
2222

2323
jobs:

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.1.5] - 2023-11-20
9+
10+
### Added
11+
12+
- Precompiled binary for ARMv6 gnueabihf
13+
- Support Nx.reverse
14+
15+
### Fixed
16+
17+
- Fixes wrong behavior in Nx.slice when passing Nx.Tensor as start_indices
918

1019
## [0.1.4] - 2023-11-06
1120

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ by adding `candlex` to your list of dependencies in `mix.exs`:
1414
```elixir
1515
def deps do
1616
[
17-
{:candlex, "~> 0.1.4"}
17+
{:candlex, "~> 0.1.5"}
1818
]
1919
end
2020
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Candlex.MixProject do
33

44
@description "An Nx backend for candle machine learning minimalist framework"
55
@source_url "https://github.com/mimiquate/candlex"
6-
@version "0.1.4"
6+
@version "0.1.5"
77

88
def project do
99
[

0 commit comments

Comments
 (0)