File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.7.1] - 2023-11-30
11+
12+ ### Fixed
13+
14+ - Fix the URL for variants on download.
15+
1016## [ 0.7.0] - 2023-09-22
1117
1218### Added
@@ -186,7 +192,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
186192
187193- Add basic features to download and use the precompiled NIFs in a safe way.
188194
189- [ Unreleased ] : https://github.com/philss/rustler_precompiled/compare/v0.7.0...HEAD
195+ [ Unreleased ] : https://github.com/philss/rustler_precompiled/compare/v0.7.1...HEAD
196+ [ 0.7.1 ] : https://github.com/philss/rustler_precompiled/compare/v0.7.0...v0.7.1
190197[ 0.7.0 ] : https://github.com/philss/rustler_precompiled/compare/v0.6.3...v0.7.0
191198[ 0.6.3 ] : https://github.com/philss/rustler_precompiled/compare/v0.6.2...v0.6.3
192199[ 0.6.2 ] : https://github.com/philss/rustler_precompiled/compare/v0.6.1...v0.6.2
Original file line number Diff line number Diff line change 11defmodule RustlerPrecompiled.MixProject do
22 use Mix.Project
33
4- @ version "0.7.0 "
4+ @ version "0.7.1 "
55 @ repo "https://github.com/philss/rustler_precompiled"
66
77 def project do
You can’t perform that action at this time.
0 commit comments