|
1 | 1 | # Changelog
|
2 | 2 |
|
| 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 | + |
3 | 20 | ## [v26.0.0](https://github.com/bytecodealliance/wasmtime-rb/tree/v26.0.0) (2024-10-24)
|
4 | 21 |
|
5 | 22 | [Full Changelog](https://github.com/bytecodealliance/wasmtime-rb/compare/v25.0.2...v26.0.0)
|
6 | 23 |
|
7 | 24 | **Merged pull requests:**
|
8 | 25 |
|
| 26 | +- Bump wasmtime to v26 [\#389](https://github.com/bytecodealliance/wasmtime-rb/pull/389) ([jbourassa](https://github.com/jbourassa)) |
9 | 27 | - Revamp Rust project fixtures [\#387](https://github.com/bytecodealliance/wasmtime-rb/pull/387) ([jbourassa](https://github.com/jbourassa))
|
10 | 28 | - 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))
|
11 | 29 |
|
|
0 commit comments