Skip to content

Commit

Permalink
added changelog and bumped versions for v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cohix committed Aug 12, 2021
1 parent 89eb2f8 commit 2e54c5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/assemblyscript/package.json
@@ -1,6 +1,6 @@
{
"name": "@suborbital/suborbital",
"version": "0.11.0",
"version": "0.11.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/suborbital/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "suborbital"
version = "0.11.0"
version = "0.11.1"
authors = ["cohix <connorjhicks@gmail.com>"]
edition = "2018"
description = "Suborbital Wasm Runnable API"
Expand Down
1 change: 1 addition & 0 deletions changelogs/v0.11.1.md
@@ -0,0 +1 @@
Version 0.11.1 brings further customizability for Runnable capabilities via the `rcap.CapabilityConfig` struct.

0 comments on commit 2e54c5a

Please sign in to comment.