Skip to content

Commit d15e944

Browse files
committed
build: bump version to v0.1.10
1 parent e39ad39 commit d15e944

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.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.9"
20+
PROJECT_VERSION: "0.1.10"
2121
NIF_VERSION: "2.16"
2222

2323
jobs:

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,15 @@ 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+
## [0.1.10] - 2024-05-09
9+
10+
### Changed
11+
12+
- Update candle from 0.4.1 to 0.5.0
13+
814
## [0.1.9] - 2024-02-29
915

10-
### Added
16+
### Changed
1117

1218
- Update candle from 0.3.1 to 0.4.1
1319

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.9"}
17+
{:candlex, "~> 0.1.10"}
1818
]
1919
end
2020
```

mix.exs

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

88
@description "An Nx backend for candle machine learning minimalist framework"
99
@source_url "https://github.com/mimiquate/candlex"
10-
@version "0.1.9"
10+
@version "0.1.10"
1111

1212
def project do
1313
[

0 commit comments

Comments
 (0)