Skip to content

Commit

Permalink
bump versions and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cohix committed Nov 21, 2021
1 parent 2ff0c8d commit fa2d3b1
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 9 deletions.
1 change: 0 additions & 1 deletion .subo.yml
Expand Up @@ -5,7 +5,6 @@ dotVersionFiles:

preMakeTargets:
- test
- crate/check

postMakeTargets:
- crate/publish
Expand Down
4 changes: 0 additions & 4 deletions Makefile
Expand Up @@ -15,10 +15,6 @@ testdata/docker:
testdata/docker/dev:
subo build ./rwasm/testdata/ --builder-tag dev --mountpath $(PWD)

crate/check:
cargo publish --manifest-path ./api/rust/codegen/Cargo.toml --target=wasm32-wasi --dry-run
cargo publish --manifest-path ./api/rust/core/Cargo.toml --target=wasm32-wasi --dry-run

crate/publish:
cargo publish --manifest-path ./api/rust/codegen/Cargo.toml --target=wasm32-wasi
cargo publish --manifest-path ./api/rust/core/Cargo.toml --target=wasm32-wasi
Expand Down
2 changes: 1 addition & 1 deletion api/assemblyscript/package.json
@@ -1,6 +1,6 @@
{
"name": "@suborbital/suborbital",
"version": "0.13.0",
"version": "0.13.1",
"types": "assembly/index.ts",
"description": "Suborbital's Runnable API for AssemblyScript",
"main": "assembly/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion api/rust/codegen/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "suborbital-macro"
version = "0.13.0"
version = "0.13.1"
edition = "2018"
authors = ["cohix <connorjhicks@gmail.com>", "Florian Fromm <flrn.frmm@gmail.com>"]
description = "Macro for setting up a Runnable"
Expand Down
4 changes: 2 additions & 2 deletions api/rust/core/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "suborbital"
version = "0.13.0"
version = "0.13.1"
authors = ["cohix <connorjhicks@gmail.com>", "Florian Fromm <flrn.frmm@gmail.com>"]
edition = "2018"
description = "Suborbital Wasm Runnable API"
Expand All @@ -12,4 +12,4 @@ homepage = "https://suborbital.dev"
crate-type = ["cdylib", "rlib"]

[dependencies]
suborbital-macro = { path = "../codegen", version = "0.13.0" }
suborbital-macro = { path = "../codegen", version = "0.13.1" }
1 change: 1 addition & 0 deletions changelogs/v0.13.1.md
@@ -0,0 +1 @@
Beta-13.1 includes an imrovement to the HTTP capability that improves the security of internal filters

0 comments on commit fa2d3b1

Please sign in to comment.