Skip to content

Commit

Permalink
v27.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saulecabrera committed Nov 22, 2024
1 parent 069e1df commit 43843c6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,29 @@
# Changelog

## [v27.0.0](https://github.com/bytecodealliance/wasmtime-rb/tree/v27.0.0) (2024-11-22)

[Full Changelog](https://github.com/bytecodealliance/wasmtime-rb/compare/v26.0.0...v27.0.0)

**Merged pull requests:**

- Update to wasmtime v27 [\#401](https://github.com/bytecodealliance/wasmtime-rb/pull/401) ([saulecabrera](https://github.com/saulecabrera))
- Replace `Instance#invoke` with `Func#call` [\#399](https://github.com/bytecodealliance/wasmtime-rb/pull/399) ([jbourassa](https://github.com/jbourassa))
- Remove anyhow dependency [\#398](https://github.com/bytecodealliance/wasmtime-rb/pull/398) ([jbourassa](https://github.com/jbourassa))
- Support component `enum`, `variant`, `flags` types [\#397](https://github.com/bytecodealliance/wasmtime-rb/pull/397) ([jbourassa](https://github.com/jbourassa))
- Bump all gems [\#396](https://github.com/bytecodealliance/wasmtime-rb/pull/396) ([jbourassa](https://github.com/jbourassa))
- chore\(deps\): bump anyhow from 1.0.91 to 1.0.92 [\#395](https://github.com/bytecodealliance/wasmtime-rb/pull/395) ([dependabot[bot]](https://github.com/apps/dependabot))
- chore\(deps\): bump cap-std from 3.3.0 to 3.4.0 [\#394](https://github.com/bytecodealliance/wasmtime-rb/pull/394) ([dependabot[bot]](https://github.com/apps/dependabot))
- Support components `result` types [\#391](https://github.com/bytecodealliance/wasmtime-rb/pull/391) ([jbourassa](https://github.com/jbourassa))
- docs: Update contributing docs [\#390](https://github.com/bytecodealliance/wasmtime-rb/pull/390) ([saulecabrera](https://github.com/saulecabrera))
- Initial support for components [\#388](https://github.com/bytecodealliance/wasmtime-rb/pull/388) ([jbourassa](https://github.com/jbourassa))

## [v26.0.0](https://github.com/bytecodealliance/wasmtime-rb/tree/v26.0.0) (2024-10-24)

[Full Changelog](https://github.com/bytecodealliance/wasmtime-rb/compare/v25.0.2...v26.0.0)

**Merged pull requests:**

- Bump wasmtime to v26 [\#389](https://github.com/bytecodealliance/wasmtime-rb/pull/389) ([jbourassa](https://github.com/jbourassa))
- Revamp Rust project fixtures [\#387](https://github.com/bytecodealliance/wasmtime-rb/pull/387) ([jbourassa](https://github.com/jbourassa))
- chore\(deps\): bump magnus from 0.6.4 to 0.7.1 [\#370](https://github.com/bytecodealliance/wasmtime-rb/pull/370) ([dependabot[bot]](https://github.com/apps/dependabot))

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
wasmtime (26.0.0)
wasmtime (27.0.0)
rb_sys (~> 0.9.97)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/wasmtime/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Wasmtime
VERSION = "26.0.0"
VERSION = "27.0.0"
end

0 comments on commit 43843c6

Please sign in to comment.