We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd858bd commit 773a3ccCopy full SHA for 773a3cc
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.7.3] - 2024-08-28
11
+
12
+### Fixed
13
14
+- Add the `alpine` vendor to the list of Linux vendors that we treat as "unknown".
15
16
## [0.7.2] - 2024-06-26
17
18
### Added
mix.exs
@@ -1,7 +1,7 @@
1
defmodule RustlerPrecompiled.MixProject do
2
use Mix.Project
3
4
- @version "0.7.2"
+ @version "0.7.3"
5
@repo "https://github.com/philss/rustler_precompiled"
6
def project do
0 commit comments