Skip to content

Commit 68a3c58

Browse files
author
Jagger De Leo
committed
Reactr v0.14.0
1 parent 2e7553d commit 68a3c58

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+60
-55
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.13.1",
3+
"version": "0.14.0",
44
"types": "assembly/index.ts",
55
"description": "Suborbital's Runnable API for AssemblyScript",
66
"main": "assembly/index.ts",

api/rust/codegen/Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.13.1"
3+
version = "0.14.0"
44
edition = "2018"
55
authors = ["cohix <[email protected]>", "Florian Fromm <[email protected]>"]
66
description = "Macro for setting up a Runnable"

api/rust/core/Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.13.1"
3+
version = "0.14.0"
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.13.1" }
15+
suborbital-macro = { path = "../codegen", version = "0.14.0" }

changelogs/v0.14.0.md

Lines changed: 5 additions & 0 deletions

rwasm/testdata/as-fetch/as-fetch.wasm

100644100755
File mode changed.

rwasm/testdata/as-fetch/package-lock.json

100644100755
File mode changed.

rwasm/testdata/as-get/as-get.wasm

100644100755
File mode changed.

rwasm/testdata/as-get/package-lock.json

100644100755
File mode changed.

0 commit comments

Comments
 (0)