Skip to content

Commit b2831d5

Browse files
committed
Release v6.0.0
1 parent 9781e22 commit b2831d5

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+
## [v6.0.0](https://github.com/bytecodealliance/wasmtime-rb/tree/v6.0.0) (2023-03-06)
4+
5+
[Full Changelog](https://github.com/bytecodealliance/wasmtime-rb/compare/v5.0.0...v6.0.0)
6+
7+
**Merged pull requests:**
8+
9+
- Update Wasmtime to 6.0 [\#152](https://github.com/bytecodealliance/wasmtime-rb/pull/152) ([jbourassa](https://github.com/jbourassa))
10+
- Tweak codegen flags for optimized, profile-able builds [\#131](https://github.com/bytecodealliance/wasmtime-rb/pull/131) ([ianks](https://github.com/ianks))
11+
- Document profiling configuration from \#125 [\#127](https://github.com/bytecodealliance/wasmtime-rb/pull/127) ([jbourassa](https://github.com/jbourassa))
12+
- Add support for profiling configuration [\#125](https://github.com/bytecodealliance/wasmtime-rb/pull/125) ([dylanahsmith](https://github.com/dylanahsmith))
13+
314
## [v5.0.0](https://github.com/bytecodealliance/wasmtime-rb/tree/v5.0.0) (2023-01-23)
415

516
[Full Changelog](https://github.com/bytecodealliance/wasmtime-rb/compare/v0.4.1...v5.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 (5.0.0)
4+
wasmtime (6.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 = "5.0.0"
4+
VERSION = "6.0.0"
55
end

0 commit comments

Comments
 (0)