|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [v26.0.0](https://github.com/bytecodealliance/wasmtime-rb/tree/v26.0.0) (2024-10-24) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/bytecodealliance/wasmtime-rb/compare/v25.0.2...v26.0.0) |
| 6 | + |
| 7 | +**Merged pull requests:** |
| 8 | + |
| 9 | +- Revamp Rust project fixtures [\#387](https://github.com/bytecodealliance/wasmtime-rb/pull/387) ([jbourassa](https://github.com/jbourassa)) |
| 10 | +- 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 | + |
| 12 | +## [v25.0.2](https://github.com/bytecodealliance/wasmtime-rb/tree/v25.0.2) (2024-10-09) |
| 13 | + |
| 14 | +[Full Changelog](https://github.com/bytecodealliance/wasmtime-rb/compare/v25.0.1...v25.0.2) |
| 15 | + |
| 16 | +**Merged pull requests:** |
| 17 | + |
| 18 | +- Update to wasmtime v25.0.2 [\#386](https://github.com/bytecodealliance/wasmtime-rb/pull/386) ([saulecabrera](https://github.com/saulecabrera)) |
| 19 | +- chore\(deps-dev\): bump benchmark-ips from 2.13.0 to 2.14.0 [\#385](https://github.com/bytecodealliance/wasmtime-rb/pull/385) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 20 | +- chore\(deps-dev\): bump yard from 0.9.36 to 0.9.37 [\#384](https://github.com/bytecodealliance/wasmtime-rb/pull/384) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 21 | +- chore\(deps\): bump wat from 1.217.0 to 1.218.0 [\#383](https://github.com/bytecodealliance/wasmtime-rb/pull/383) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 22 | +- chore\(deps\): bump anyhow from 1.0.86 to 1.0.89 [\#382](https://github.com/bytecodealliance/wasmtime-rb/pull/382) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 23 | +- chore\(deps\): bump async-timer from 1.0.0-beta.14 to 1.0.0-beta.15 [\#381](https://github.com/bytecodealliance/wasmtime-rb/pull/381) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 24 | +- chore\(deps\): bump tokio from 1.39.3 to 1.40.0 [\#369](https://github.com/bytecodealliance/wasmtime-rb/pull/369) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 25 | + |
| 26 | +## [v25.0.1](https://github.com/bytecodealliance/wasmtime-rb/tree/v25.0.1) (2024-09-30) |
| 27 | + |
| 28 | +[Full Changelog](https://github.com/bytecodealliance/wasmtime-rb/compare/v25.0.0...v25.0.1) |
| 29 | + |
| 30 | +**Closed issues:** |
| 31 | + |
| 32 | +- `Publish doc` and `Post Publish doc` actions consistently failing [\#377](https://github.com/bytecodealliance/wasmtime-rb/issues/377) |
| 33 | + |
| 34 | +**Merged pull requests:** |
| 35 | + |
| 36 | +- chore: Update to `wasmtime` v25.0.1 [\#380](https://github.com/bytecodealliance/wasmtime-rb/pull/380) ([saulecabrera](https://github.com/saulecabrera)) |
| 37 | +- enable winch by default [\#379](https://github.com/bytecodealliance/wasmtime-rb/pull/379) ([mkcny](https://github.com/mkcny)) |
| 38 | +- Build docs action [\#378](https://github.com/bytecodealliance/wasmtime-rb/pull/378) ([jbourassa](https://github.com/jbourassa)) |
| 39 | +- Support fetching imports from a Module [\#372](https://github.com/bytecodealliance/wasmtime-rb/pull/372) ([davejcameron](https://github.com/davejcameron)) |
| 40 | + |
| 41 | +## [v25.0.0](https://github.com/bytecodealliance/wasmtime-rb/tree/v25.0.0) (2024-09-20) |
| 42 | + |
| 43 | +[Full Changelog](https://github.com/bytecodealliance/wasmtime-rb/compare/v24.0.0...v25.0.0) |
| 44 | + |
| 45 | +**Fixed bugs:** |
| 46 | + |
| 47 | +- `data_size` not rendered through YARD [\#342](https://github.com/bytecodealliance/wasmtime-rb/issues/342) |
| 48 | + |
| 49 | +**Merged pull requests:** |
| 50 | + |
| 51 | +- chore: Update to `wasmtime` v25 [\#376](https://github.com/bytecodealliance/wasmtime-rb/pull/376) ([saulecabrera](https://github.com/saulecabrera)) |
| 52 | +- Fix YARD documentation [\#375](https://github.com/bytecodealliance/wasmtime-rb/pull/375) ([jbourassa](https://github.com/jbourassa)) |
| 53 | +- Add memory usage and memory limit hit [\#374](https://github.com/bytecodealliance/wasmtime-rb/pull/374) ([davejcameron](https://github.com/davejcameron)) |
| 54 | +- Add support to enable/disable wasm reference types [\#371](https://github.com/bytecodealliance/wasmtime-rb/pull/371) ([davejcameron](https://github.com/davejcameron)) |
| 55 | +- chore\(deps\): bump rb\_sys from 0.9.100 to 0.9.102 [\#368](https://github.com/bytecodealliance/wasmtime-rb/pull/368) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 56 | +- chore\(deps-dev\): bump standard from 1.39.2 to 1.40.0 [\#367](https://github.com/bytecodealliance/wasmtime-rb/pull/367) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 57 | +- Document how to fix examples Rust crate not compiling [\#366](https://github.com/bytecodealliance/wasmtime-rb/pull/366) ([jeffcharles](https://github.com/jeffcharles)) |
| 58 | + |
3 | 59 | ## [v24.0.0](https://github.com/bytecodealliance/wasmtime-rb/tree/v24.0.0) (2024-08-23) |
4 | 60 |
|
5 | 61 | [Full Changelog](https://github.com/bytecodealliance/wasmtime-rb/compare/v23.0.2...v24.0.0) |
|
0 commit comments