Skip to content

Commit a5371bb

Browse files
committed
v36.0.0
1 parent c96a2b4 commit a5371bb

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,11 +1,33 @@
11
# Changelog
22

3+
## [v36.0.0](https://github.com/bytecodealliance/wasmtime-rb/tree/v36.0.0) (2025-09-09)
4+
5+
[Full Changelog](https://github.com/bytecodealliance/wasmtime-rb/compare/v34.0.0...v36.0.0)
6+
7+
**Closed issues:**
8+
9+
- Build native gems workflow failing [\#479](https://github.com/bytecodealliance/wasmtime-rb/issues/479)
10+
- Map directory for instance [\#426](https://github.com/bytecodealliance/wasmtime-rb/issues/426)
11+
12+
**Merged pull requests:**
13+
14+
- Update to wasmtime v36 [\#500](https://github.com/bytecodealliance/wasmtime-rb/pull/500) ([saulecabrera](https://github.com/saulecabrera))
15+
- Implement preopened\_dir using set\_mapped\_directory setting [\#498](https://github.com/bytecodealliance/wasmtime-rb/pull/498) ([william-stacken](https://github.com/william-stacken))
16+
- Fix issues identified by latest clippy update [\#489](https://github.com/bytecodealliance/wasmtime-rb/pull/489) ([jeffcharles](https://github.com/jeffcharles))
17+
- Add WASI p2 support [\#488](https://github.com/bytecodealliance/wasmtime-rb/pull/488) ([jeffcharles](https://github.com/jeffcharles))
18+
- Update rb-sys to fix Windows build [\#487](https://github.com/bytecodealliance/wasmtime-rb/pull/487) ([jeffcharles](https://github.com/jeffcharles))
19+
- chore\(deps\): bump wat from 1.235.0 to 1.236.0 [\#486](https://github.com/bytecodealliance/wasmtime-rb/pull/486) ([dependabot[bot]](https://github.com/apps/dependabot))
20+
- chore\(deps\): bump tokio from 1.45.1 to 1.47.0 [\#483](https://github.com/bytecodealliance/wasmtime-rb/pull/483) ([dependabot[bot]](https://github.com/apps/dependabot))
21+
- chore\(deps-dev\): bump rake from 13.2.1 to 13.3.0 [\#474](https://github.com/bytecodealliance/wasmtime-rb/pull/474) ([dependabot[bot]](https://github.com/apps/dependabot))
22+
323
## [v34.0.0](https://github.com/bytecodealliance/wasmtime-rb/tree/v34.0.0) (2025-07-02)
424

525
[Full Changelog](https://github.com/bytecodealliance/wasmtime-rb/compare/v33.0.0...v34.0.0)
626

727
**Merged pull requests:**
828

29+
- Update rb-sys [\#481](https://github.com/bytecodealliance/wasmtime-rb/pull/481) ([jeffcharles](https://github.com/jeffcharles))
30+
- chore\(deps\): bump rb\_sys from 0.9.111 to 0.9.116 [\#472](https://github.com/bytecodealliance/wasmtime-rb/pull/472) ([dependabot[bot]](https://github.com/apps/dependabot))
931
- Update to wasmtime 34 [\#471](https://github.com/bytecodealliance/wasmtime-rb/pull/471) ([saulecabrera](https://github.com/saulecabrera))
1032
- Remove Rust crate from examples [\#469](https://github.com/bytecodealliance/wasmtime-rb/pull/469) ([jeffcharles](https://github.com/jeffcharles))
1133
- Re-enable examples on MacOS [\#468](https://github.com/bytecodealliance/wasmtime-rb/pull/468) ([jeffcharles](https://github.com/jeffcharles))

0 commit comments

Comments
 (0)