Skip to content

Commit

Permalink
Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
philss committed Jan 27, 2023
1 parent 324cf15 commit 2f80753
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -23,7 +22,7 @@ list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:rustler_precompiled, "~> 0.5"}
{:rustler_precompiled, "~> 0.6"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2f80753

Please sign in to comment.