Skip to content

Commit b14698b

Browse files
committed
Release v0.7.1
1 parent e8a4e91 commit b14698b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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.7.0"
4+
@version "0.7.1"
55
@repo "https://github.com/philss/rustler_precompiled"
66

77
def project do

0 commit comments

Comments
 (0)