Skip to content

Commit

Permalink
prepare v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tessi committed Jan 8, 2023
1 parent 751ea7b commit 398933a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ Types of changes

put your changes here

## [0.8.2] - 2023-01-08

## Added

* list `aarch64-unknown-linux-musl` in rustler targets, so we actually include it in our releases

## [0.8.1] - 2023-01-08

This release makes running user-provided WASM binaries a whole bunch safter by providing restrictions on memory and CPU usage.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies in `mix.exs`:
```elixir
def deps do
[
{:wasmex, "~> 0.8.1"}
{:wasmex, "~> 0.8.2"}
]
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 Wasmex.MixProject do
use Mix.Project

@version "0.8.1"
@version "0.8.2"

def project do
[
Expand Down
2 changes: 1 addition & 1 deletion native/wasmex/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion native/wasmex/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmex"
version = "0.8.1"
version = "0.8.2"
authors = ["Philipp Tessenow <[email protected]>"]
description = "Elixir extension to run WebAssembly binaries through wasmtime"
readme = "README.md"
Expand Down

0 comments on commit 398933a

Please sign in to comment.