From 773a3cc15c0dad81f49d9dc2386cc294ade240a2 Mon Sep 17 00:00:00 2001 From: Philip Sampaio Date: Wed, 28 Aug 2024 16:35:07 -0300 Subject: [PATCH] Release v0.7.3 --- CHANGELOG.md | 6 ++++++ mix.exs | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8726bc..d5fa514 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.3] - 2024-08-28 + +### Fixed + +- Add the `alpine` vendor to the list of Linux vendors that we treat as "unknown". + ## [0.7.2] - 2024-06-26 ### Added diff --git a/mix.exs b/mix.exs index c042d57..dfcb136 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule RustlerPrecompiled.MixProject do use Mix.Project - @version "0.7.2" + @version "0.7.3" @repo "https://github.com/philss/rustler_precompiled" def project do