Skip to content

Commit 5af4482

Browse files
committed
v30.0.2
1 parent d87c0e0 commit 5af4482

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

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

3+
## [v30.0.2](https://github.com/bytecodealliance/wasmtime-rb/tree/v30.0.2) (2025-03-05)
4+
5+
[Full Changelog](https://github.com/bytecodealliance/wasmtime-rb/compare/v29.0.0...v30.0.2)
6+
7+
**Closed issues:**
8+
9+
- Speed up `Func#call` by optimizing arg buffer initialization [\#169](https://github.com/bytecodealliance/wasmtime-rb/issues/169)
10+
- WASM components [\#128](https://github.com/bytecodealliance/wasmtime-rb/issues/128)
11+
12+
**Merged pull requests:**
13+
14+
- Bump wasmtime to v30.0.2 [\#440](https://github.com/bytecodealliance/wasmtime-rb/pull/440) ([saulecabrera](https://github.com/saulecabrera))
15+
- Remove note on experimental component support [\#431](https://github.com/bytecodealliance/wasmtime-rb/pull/431) ([jbourassa](https://github.com/jbourassa))
16+
- Improve perf when building Ruby arrays from Rust [\#430](https://github.com/bytecodealliance/wasmtime-rb/pull/430) ([jbourassa](https://github.com/jbourassa))
17+
- Stop running CI on push [\#429](https://github.com/bytecodealliance/wasmtime-rb/pull/429) ([jbourassa](https://github.com/jbourassa))
18+
- Add Fiddle to the development group [\#428](https://github.com/bytecodealliance/wasmtime-rb/pull/428) ([jbourassa](https://github.com/jbourassa))
19+
- chore\(deps\): bump rb\_sys from 0.9.108 to 0.9.110 [\#425](https://github.com/bytecodealliance/wasmtime-rb/pull/425) ([dependabot[bot]](https://github.com/apps/dependabot))
20+
- chore\(deps-dev\): bump standard from 1.43.0 to 1.44.0 [\#424](https://github.com/bytecodealliance/wasmtime-rb/pull/424) ([dependabot[bot]](https://github.com/apps/dependabot))
21+
- chore\(deps\): bump rb-sys-env from 0.1.2 to 0.2.2 [\#423](https://github.com/bytecodealliance/wasmtime-rb/pull/423) ([dependabot[bot]](https://github.com/apps/dependabot))
22+
- chore\(deps\): bump rb-sys from 0.9.108 to 0.9.110 [\#422](https://github.com/bytecodealliance/wasmtime-rb/pull/422) ([dependabot[bot]](https://github.com/apps/dependabot))
23+
324
## [v29.0.0](https://github.com/bytecodealliance/wasmtime-rb/tree/v29.0.0) (2025-01-27)
425

526
[Full Changelog](https://github.com/bytecodealliance/wasmtime-rb/compare/v28.0.0...v29.0.0)

0 commit comments

Comments
 (0)