Skip to content

Commit 8d7ce94

Browse files
committed
Release v0.8.1
1 parent 8d6c4c0 commit 8d7ce94

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.8.1] - 2024-09-11
11+
1012
### Fixed
1113

1214
- 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
267269

268270
- Add basic features to download and use the precompiled NIFs in a safe way.
269271

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
271274
[0.8.0]: https://github.com/philss/rustler_precompiled/compare/v0.7.3...v0.8.0
272275
[0.7.3]: https://github.com/philss/rustler_precompiled/compare/v0.7.2...v0.7.3
273276
[0.7.2]: https://github.com/philss/rustler_precompiled/compare/v0.7.1...v0.7.2

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule RustlerPrecompiled.MixProject do
22
use Mix.Project
33

4-
@version "0.8.0"
4+
@version "0.8.1"
55
@repo "https://github.com/philss/rustler_precompiled"
66

77
def project do

0 commit comments

Comments
 (0)