Skip to content

Commit

Permalink
chore(release): bump 0.3.2 (#543)
Browse files Browse the repository at this point in the history
Bump the version of all metatype libs to 0.3.2.

#### Motivation and context

About to tag the next version.

#### Migration notes

Change their manifests to point at the new version.

### Checklist

- [ ] The change come with new or modified tests
- [ ] Hard-to-understand functions have explanatory comments
- [ ] End-user documentation is updated to reflect the change
  • Loading branch information
Yohe-Am committed Jan 12, 2024
1 parent 12e974f commit 20b50a4
Show file tree
Hide file tree
Showing 18 changed files with 61 additions and 61 deletions.
86 changes: 43 additions & 43 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ members = [
]

[workspace.package]
version = "0.3.1"
version = "0.3.2"
edition = "2021"

[workspace.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion dev/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ dev:
WASMEDGE_VERSION: 0.13.5
TYPEGRAPH_VERSION: 0.0.3
PRISMA_VERSION: 5.5.2
METATYPE_VERSION: 0.3.1
METATYPE_VERSION: 0.3.2
PUBLISHED_VERSION: 0.2.4
WASM_OPT_VERSION: 0.116.0
MOLD_VERSION: v2.4.0
Expand Down
2 changes: 1 addition & 1 deletion examples/templates/deno/compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
typegate:
image: ghcr.io/metatypedev/typegate:v0.3.1
image: ghcr.io/metatypedev/typegate:v0.3.2
restart: always
ports:
- "7890:7890"
Expand Down
2 changes: 1 addition & 1 deletion examples/templates/node/compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
typegate:
image: ghcr.io/metatypedev/typegate:v0.3.1
image: ghcr.io/metatypedev/typegate:v0.3.2
restart: always
ports:
- "7890:7890"
Expand Down
2 changes: 1 addition & 1 deletion examples/templates/python/compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
typegate:
image: ghcr.io/metatypedev/typegate:v0.3.1
image: ghcr.io/metatypedev/typegate:v0.3.2
restart: always
ports:
- "7890:7890"
Expand Down
4 changes: 2 additions & 2 deletions examples/templates/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "example"
version = "0.3.1"
version = "0.3.2"
description = ""
authors = []

[tool.poetry.dependencies]
python = ">=3.8,<4.0"
typegraph = "0.3.1"
typegraph = "0.3.2"

[build-system]
requires = ["poetry-core"]
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.3.1"
version = "0.3.2"
edition = "2021"

[dependencies]
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.3.1"
version = "0.3.2"
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.3.1"
version = "0.3.2"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 20b50a4

Please sign in to comment.