Skip to content

Commit

Permalink
v17.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saulecabrera committed Jan 30, 2024
1 parent a95d61e commit d2e6ac5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [v17.0.0](https://github.com/bytecodealliance/wasmtime-rb/tree/v17.0.0) (2024-01-30)

[Full Changelog](https://github.com/bytecodealliance/wasmtime-rb/compare/v16.0.0...v17.0.0)

**Merged pull requests:**

- chore: Update to wasmtime v17 [\#285](https://github.com/bytecodealliance/wasmtime-rb/pull/285) ([saulecabrera](https://github.com/saulecabrera))
- chore: Bump download artifact in publish doc workflow [\#284](https://github.com/bytecodealliance/wasmtime-rb/pull/284) ([saulecabrera](https://github.com/saulecabrera))
- Expose Wasi Context to Ruby [\#282](https://github.com/bytecodealliance/wasmtime-rb/pull/282) ([cameronbarker](https://github.com/cameronbarker))
- Add support for resource limits on `Wasmtime::Store` [\#281](https://github.com/bytecodealliance/wasmtime-rb/pull/281) ([ryanische](https://github.com/ryanische))
- Unlock the GVL when compiling WASM code [\#277](https://github.com/bytecodealliance/wasmtime-rb/pull/277) ([ianks](https://github.com/ianks))
- chore\(deps\): bump actions/download-artifact from 3 to 4 [\#257](https://github.com/bytecodealliance/wasmtime-rb/pull/257) ([dependabot[bot]](https://github.com/apps/dependabot))
- chore\(deps\): bump actions/upload-artifact from 3 to 4 [\#256](https://github.com/bytecodealliance/wasmtime-rb/pull/256) ([dependabot[bot]](https://github.com/apps/dependabot))

## [v16.0.0](https://github.com/bytecodealliance/wasmtime-rb/tree/v16.0.0) (2024-01-11)

[Full Changelog](https://github.com/bytecodealliance/wasmtime-rb/compare/v15.0.1...v16.0.0)
Expand Down

0 comments on commit d2e6ac5

Please sign in to comment.