Skip to content

Commit

Permalink
bump version to 0.8.3 (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
tessi committed May 24, 2023
1 parent 8111c2e commit f639b48
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,17 @@ Types of changes

put your changes here

## Added
## [0.8.3] - 22023-05-24

### Added

* added support for `riscv64gc-unknown-linux-gnu`
* added support for OTP 26

## Changed
### Changed

* updated rustler from 0.27.0 to 0.28.0
* updated wasmtime from 4.0.1 to 9.0.1

## [0.8.2] - 2023-01-08

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.2"}
{:wasmex, "~> 0.8.3"}
]
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.2"
@version "0.8.3"

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.2"
version = "0.8.3"
authors = ["Philipp Tessenow <[email protected]>"]
description = "Elixir extension to run WebAssembly binaries through wasmtime"
readme = "README.md"
Expand Down

0 comments on commit f639b48

Please sign in to comment.