Skip to content

Commit 24e918f

Browse files
committed
v15.0.0
1 parent 5dbcb65 commit 24e918f

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

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

3+
## [v15.0.0](https://github.com/bytecodealliance/wasmtime-rb/tree/v15.0.0) (2024-01-09)
4+
5+
[Full Changelog](https://github.com/bytecodealliance/wasmtime-rb/compare/v14.0.4...v15.0.0)
6+
7+
**Closed issues:**
8+
9+
- Upgrade to magnus v0.6.1 [\#215](https://github.com/bytecodealliance/wasmtime-rb/issues/215)
10+
11+
**Merged pull requests:**
12+
13+
- Fix occasional Func call params conversion error [\#274](https://github.com/bytecodealliance/wasmtime-rb/pull/274) ([matsadler](https://github.com/matsadler))
14+
- Update dependencies [\#273](https://github.com/bytecodealliance/wasmtime-rb/pull/273) ([jbourassa](https://github.com/jbourassa))
15+
- Fix gemspec for 3.3 compat [\#272](https://github.com/bytecodealliance/wasmtime-rb/pull/272) ([jbourassa](https://github.com/jbourassa))
16+
- Add support for precompiled binaries on Ruby 3.3 [\#270](https://github.com/bytecodealliance/wasmtime-rb/pull/270) ([ianks](https://github.com/ianks))
17+
- chore: Update to `wasmtime` 15 [\#266](https://github.com/bytecodealliance/wasmtime-rb/pull/266) ([saulecabrera](https://github.com/saulecabrera))
18+
- Allow perfmap as a profiling config [\#255](https://github.com/bytecodealliance/wasmtime-rb/pull/255) ([Maaarcocr](https://github.com/Maaarcocr))
19+
- chore\(deps\): bump rb-sys from 0.9.82 to 0.9.83 [\#252](https://github.com/bytecodealliance/wasmtime-rb/pull/252) ([dependabot[bot]](https://github.com/apps/dependabot))
20+
- chore\(deps\): bump rb\_sys from 0.9.82 to 0.9.83 [\#249](https://github.com/bytecodealliance/wasmtime-rb/pull/249) ([dependabot[bot]](https://github.com/apps/dependabot))
21+
- chore\(deps-dev\): bump standard from 1.31.2 to 1.32.0 [\#248](https://github.com/bytecodealliance/wasmtime-rb/pull/248) ([dependabot[bot]](https://github.com/apps/dependabot))
22+
- Allow `generate_address_map` config in `Engine` [\#247](https://github.com/bytecodealliance/wasmtime-rb/pull/247) ([Maaarcocr](https://github.com/Maaarcocr))
23+
- Upgrade Magnus to 0.6 [\#205](https://github.com/bytecodealliance/wasmtime-rb/pull/205) ([matsadler](https://github.com/matsadler))
24+
325
## [v14.0.4](https://github.com/bytecodealliance/wasmtime-rb/tree/v14.0.4) (2023-11-09)
426

527
[Full Changelog](https://github.com/bytecodealliance/wasmtime-rb/compare/v14.0.3...v14.0.4)

0 commit comments

Comments
 (0)