Skip to content

Commit 773a3cc

Browse files
committed
Release v0.7.3
1 parent bd858bd commit 773a3cc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.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+
1016
## [0.7.2] - 2024-06-26
1117

1218
### Added

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

77
def project do

0 commit comments

Comments
 (0)