Skip to content

Commit 3587c53

Browse files
authored
Merge pull request #176 from bytecodealliance/release-v8
Release v8.0.0
2 parents 771aa36 + 1124e92 commit 3587c53

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [v8.0.0](https://github.com/bytecodealliance/wasmtime-rb/tree/v8.0.0) (2023-04-25)
4+
5+
[Full Changelog](https://github.com/bytecodealliance/wasmtime-rb/compare/v7.0.0...v8.0.0)
6+
7+
**Merged pull requests:**
8+
9+
- Wasmtime 8.0 [\#173](https://github.com/bytecodealliance/wasmtime-rb/pull/173) ([jbourassa](https://github.com/jbourassa))
10+
311
## [v7.0.0](https://github.com/bytecodealliance/wasmtime-rb/tree/v7.0.0) (2023-04-06)
412

513
[Full Changelog](https://github.com/bytecodealliance/wasmtime-rb/compare/v6.0.1...v7.0.0)

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 (7.0.0)
4+
wasmtime (8.0.0)
55
rb_sys (~> 0.9.60)
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 = "7.0.0"
4+
VERSION = "8.0.0"
55
end

0 commit comments

Comments
 (0)