Skip to content

Commit 43843c6

Browse files
committed
v27.0.0
1 parent 069e1df commit 43843c6

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,29 @@
11
# Changelog
22

3+
## [v27.0.0](https://github.com/bytecodealliance/wasmtime-rb/tree/v27.0.0) (2024-11-22)
4+
5+
[Full Changelog](https://github.com/bytecodealliance/wasmtime-rb/compare/v26.0.0...v27.0.0)
6+
7+
**Merged pull requests:**
8+
9+
- Update to wasmtime v27 [\#401](https://github.com/bytecodealliance/wasmtime-rb/pull/401) ([saulecabrera](https://github.com/saulecabrera))
10+
- Replace `Instance#invoke` with `Func#call` [\#399](https://github.com/bytecodealliance/wasmtime-rb/pull/399) ([jbourassa](https://github.com/jbourassa))
11+
- Remove anyhow dependency [\#398](https://github.com/bytecodealliance/wasmtime-rb/pull/398) ([jbourassa](https://github.com/jbourassa))
12+
- Support component `enum`, `variant`, `flags` types [\#397](https://github.com/bytecodealliance/wasmtime-rb/pull/397) ([jbourassa](https://github.com/jbourassa))
13+
- Bump all gems [\#396](https://github.com/bytecodealliance/wasmtime-rb/pull/396) ([jbourassa](https://github.com/jbourassa))
14+
- 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))
15+
- 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))
16+
- Support components `result` types [\#391](https://github.com/bytecodealliance/wasmtime-rb/pull/391) ([jbourassa](https://github.com/jbourassa))
17+
- docs: Update contributing docs [\#390](https://github.com/bytecodealliance/wasmtime-rb/pull/390) ([saulecabrera](https://github.com/saulecabrera))
18+
- Initial support for components [\#388](https://github.com/bytecodealliance/wasmtime-rb/pull/388) ([jbourassa](https://github.com/jbourassa))
19+
320
## [v26.0.0](https://github.com/bytecodealliance/wasmtime-rb/tree/v26.0.0) (2024-10-24)
421

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

724
**Merged pull requests:**
825

26+
- Bump wasmtime to v26 [\#389](https://github.com/bytecodealliance/wasmtime-rb/pull/389) ([jbourassa](https://github.com/jbourassa))
927
- Revamp Rust project fixtures [\#387](https://github.com/bytecodealliance/wasmtime-rb/pull/387) ([jbourassa](https://github.com/jbourassa))
1028
- 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))
1129

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
wasmtime (26.0.0)
4+
wasmtime (27.0.0)
55
rb_sys (~> 0.9.97)
66

77
GEM

lib/wasmtime/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Wasmtime
4-
VERSION = "26.0.0"
4+
VERSION = "27.0.0"
55
end

0 commit comments

Comments
 (0)