File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.8.1] - 2024-09-11
11
+
10
12
### Fixed
11
13
12
14
- Fix return of ` available_nifs/1 ` . It was returning only URLs.
@@ -267,7 +269,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
267
269
268
270
- Add basic features to download and use the precompiled NIFs in a safe way.
269
271
270
- [ Unreleased ] : https://github.com/philss/rustler_precompiled/compare/v0.8.0...HEAD
272
+ [ Unreleased ] : https://github.com/philss/rustler_precompiled/compare/v0.8.1...HEAD
273
+ [ 0.8.1 ] : https://github.com/philss/rustler_precompiled/compare/v0.8.0...v0.8.1
271
274
[ 0.8.0 ] : https://github.com/philss/rustler_precompiled/compare/v0.7.3...v0.8.0
272
275
[ 0.7.3 ] : https://github.com/philss/rustler_precompiled/compare/v0.7.2...v0.7.3
273
276
[ 0.7.2 ] : https://github.com/philss/rustler_precompiled/compare/v0.7.1...v0.7.2
Original file line number Diff line number Diff line change 1
1
defmodule RustlerPrecompiled.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "0.8.0 "
4
+ @ version "0.8.1 "
5
5
@ repo "https://github.com/philss/rustler_precompiled"
6
6
7
7
def project do
You can’t perform that action at this time.
0 commit comments