Skip to content

Commit

Permalink
release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tessi committed Jan 3, 2023
1 parent 32cfd5d commit e592d23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ Types of changes
## [unreleased changes]

please add changes here


## [0.8.0] - 2023-01-??
## [0.8.0] - 2023-01-03

This release brings some changes to our API because of the change of the underlying WASM engine to [wasmtime](https://wasmtime.dev/).

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.7.1"}
{:wasmex, "~> 0.8.0"}
]
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.0-dev"
@version "0.8.0"

def project do
[
Expand Down

0 comments on commit e592d23

Please sign in to comment.