Skip to content

Commit

Permalink
bump version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tessi committed Jul 27, 2024
1 parent 88f6b96 commit 0f53d12
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Types of changes
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

## [0.9.1 - 2024-07-27]

Same as 0.9.1, but with correct checksum for precompiled binaries

## [0.9.0 - 2024-07-25]

Wasmtime rewrote their fuel-related API and simplified it. To remain consistent with Wasmtime, we follow this change in this release. A Wasmex `Store` now only implements `set_fuel/2` and `get_fuel/1`. All other methods are removed with this release.
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.9.0"}
{:wasmex, "~> 0.9.1"}
]
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.9.0"
@version "0.9.1"

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

0 comments on commit 0f53d12

Please sign in to comment.