Skip to content

Commit

Permalink
chore: prepare release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zifeo committed Mar 29, 2023
1 parent 8f77c0a commit 79e01a1
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dev/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dev:
NODE_VERSION: 18.12.1
PNPM_VERSION: 7.9.3
TYPEGRAPH_VERSION: 0.0.1
METATYPE_VERSION: 0.1.0
METATYPE_VERSION: 0.1.1
released:
files: {}
rules:
Expand All @@ -58,4 +58,4 @@ released:
NODE_VERSION: 18.12.1
PNPM_VERSION: 7.9.3
TYPEGRAPH_VERSION: 0.0.1
METATYPE_VERSION: 0.0.3-dev.7
METATYPE_VERSION: 0.1.0
2 changes: 1 addition & 1 deletion examples/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "examples"
version = "0.0.3-dev.7"
version = "0.1.0"
description = ""
authors = []

Expand Down
2 changes: 1 addition & 1 deletion libs/common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "common"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion libs/macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "macros"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion libs/typescript/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "typescript"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion libs/xtask/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xtask"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion meta-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "meta-cli"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

description = "Free and open ecosystem for API composition."
Expand Down
2 changes: 1 addition & 1 deletion typegate/native/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "native"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion typegate/tests/runtimes/wasmedge/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion typegraph/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "typegraph"
version = "0.1.0"
version = "0.1.1"
description = "Free and open ecosystem for API composition."
authors = ["Metatype Contributors <[email protected]>"]
license = "ELv2"
Expand Down
2 changes: 1 addition & 1 deletion typegraph/typegraph/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from typegraph import types as t # noqa
from typegraph.graph.typegraph import TypeGraph # noqa

version = "0.1.0"
version = "0.1.1"

0 comments on commit 79e01a1

Please sign in to comment.