Skip to content

Commit 46cd923

Browse files
committed
Release v5.0.0
1 parent 2a58364 commit 46cd923

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [v5.0.0](https://github.com/bytecodealliance/wasmtime-rb/tree/v5.0.0) (2023-01-23)
4+
5+
[Full Changelog](https://github.com/bytecodealliance/wasmtime-rb/compare/v0.4.1...v5.0.0)
6+
7+
**Merged pull requests:**
8+
9+
- Wasmtime v5 [\#115](https://github.com/bytecodealliance/wasmtime-rb/pull/115) ([jbourassa](https://github.com/jbourassa))
10+
- Add `Memory#slice` for zero-copy data access [\#114](https://github.com/bytecodealliance/wasmtime-rb/pull/114) ([ianks](https://github.com/ianks))
11+
- Add `Memory#read_utf8` [\#113](https://github.com/bytecodealliance/wasmtime-rb/pull/113) ([ianks](https://github.com/ianks))
12+
- Implement GC compaction for store data [\#112](https://github.com/bytecodealliance/wasmtime-rb/pull/112) ([ianks](https://github.com/ianks))
13+
314
## [v0.4.1](https://github.com/bytecodealliance/wasmtime-rb/tree/v0.4.1) (2023-01-02)
415

516
[Full Changelog](https://github.com/bytecodealliance/wasmtime-rb/compare/v0.4.0...v0.4.1)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
wasmtime (0.4.1)
4+
wasmtime (5.0.0)
55
rb_sys (~> 0.9.48)
66

77
GEM

lib/wasmtime/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Wasmtime
4-
VERSION = "0.4.1"
4+
VERSION = "5.0.0"
55
end

0 commit comments

Comments
 (0)