From d334764fb62c7772f8ae59f8607915db2b1113c4 Mon Sep 17 00:00:00 2001 From: Philip Sampaio Date: Wed, 23 Jul 2025 00:22:26 -0300 Subject: [PATCH] Release v0.8.3 --- CHANGELOG.md | 16 +++++++++++++++- mix.exs | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index daeee2a..aa406a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.3] - 2025-07-23 + +### Added + +- Update the list of supported targets from running `rustc --print target-list` + with Rust v1.88.0. We kept the legacy targets that would be removed, so we + don't have a breaking change. We should remove those in v0.9. + +### Fixed + +- Fix error handling when trying to create directories for the metadata. + It makes working with Nix a little bit easier. + ## [0.8.2] - 2024-09-27 ### Added @@ -277,7 +290,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add basic features to download and use the precompiled NIFs in a safe way. -[Unreleased]: https://github.com/philss/rustler_precompiled/compare/v0.8.2...HEAD +[Unreleased]: https://github.com/philss/rustler_precompiled/compare/v0.8.3...HEAD +[0.8.3]: https://github.com/philss/rustler_precompiled/compare/v0.8.2...v0.8.3 [0.8.2]: https://github.com/philss/rustler_precompiled/compare/v0.8.1...v0.8.2 [0.8.1]: https://github.com/philss/rustler_precompiled/compare/v0.8.0...v0.8.1 [0.8.0]: https://github.com/philss/rustler_precompiled/compare/v0.7.3...v0.8.0 diff --git a/mix.exs b/mix.exs index 2278004..02b9ac0 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule RustlerPrecompiled.MixProject do use Mix.Project - @version "0.8.2" + @version "0.8.3" @repo "https://github.com/philss/rustler_precompiled" def project do