diff --git a/CHANGELOG.md b/CHANGELOG.md index c2e1064..8a23483 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.0] - 2023-01-27 + ### Added - Add support for configuring the NIF versions that the project supports. @@ -129,7 +131,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.5.5...HEAD +[Unreleased]: https://github.com/philss/rustler_precompiled/compare/v0.6.0...HEAD +[0.6.0]: https://github.com/philss/rustler_precompiled/compare/v0.5.5...v0.6.0 [0.5.5]: https://github.com/philss/rustler_precompiled/compare/v0.5.4...v0.5.5 [0.5.4]: https://github.com/philss/rustler_precompiled/compare/v0.5.3...v0.5.4 [0.5.3]: https://github.com/philss/rustler_precompiled/compare/v0.5.2...v0.5.3 diff --git a/README.md b/README.md index 8a78b11..19638d2 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,8 @@ check the [documentation](https://hexdocs.pm/rustler_precompiled) for further de There is an [example project](https://github.com/philss/rustler_precompilation_example) demonstrating the usage of RustlerPrecompiled. - But you can find "real" projects using it two: [Explorer](https://github.com/elixir-nx/explorer) and -[Tokenizers](https://github.com/elixir-nx/tokenizers) good examples. +[Tokenizers](https://github.com/elixir-nx/tokenizers) are good examples. ## Installation @@ -23,7 +22,7 @@ list of dependencies in `mix.exs`: ```elixir def deps do [ - {:rustler_precompiled, "~> 0.5"} + {:rustler_precompiled, "~> 0.6"} ] end ``` diff --git a/mix.exs b/mix.exs index b136480..005e2df 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule RustlerPrecompiled.MixProject do use Mix.Project - @version "0.5.5" + @version "0.6.0" @repo "https://github.com/philss/rustler_precompiled" def project do