Skip to content

Commit b3f4352

Browse files
author
Jagger De Leo
committed
feat: release Reactr v0.15.1
1 parent d4445f3 commit b3f4352

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

api/assemblyscript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@suborbital/suborbital",
3-
"version": "0.15.0",
3+
"version": "0.15.1",
44
"types": "assembly/index.ts",
55
"description": "Suborbital's Runnable API for AssemblyScript",
66
"main": "assembly/index.ts",

api/rust/codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "suborbital-macro"
3-
version = "0.15.0"
3+
version = "0.15.1"
44
edition = "2018"
55
authors = ["cohix <[email protected]>", "Florian Fromm <[email protected]>"]
66
description = "Macro for setting up a Runnable"

api/rust/core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "suborbital"
3-
version = "0.15.0"
3+
version = "0.15.1"
44
authors = ["cohix <[email protected]>", "Florian Fromm <[email protected]>"]
55
edition = "2018"
66
description = "Suborbital Wasm Runnable API"
@@ -12,4 +12,4 @@ homepage = "https://suborbital.dev"
1212
crate-type = ["cdylib", "rlib"]
1313

1414
[dependencies]
15-
suborbital-macro = { path = "../codegen", version = "0.15.0" }
15+
suborbital-macro = { path = "../codegen", version = "0.15.1" }

api/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@suborbital/runnable",
3-
"version": "0.15.0",
3+
"version": "0.15.1",
44
"description": "Suborbital's Runnable API for JavaScript/TypeScript",
55
"main": "dist/index.js",
66
"scripts": {

changelogs/v0.15.1.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Changelog
2+
3+
Update wasmtime to v0.35.0

0 commit comments

Comments
 (0)