Skip to content

Commit 7c06bc2

Browse files
authored
chore: v0.57.0 (#2115)
* chore: v0.57.0 * examples * changelog
1 parent 0615adb commit 7c06bc2

File tree

31 files changed

+163
-66
lines changed

31 files changed

+163
-66
lines changed

.github/ISSUE_TEMPLATE/BUG-REPORT.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ body:
1818
attributes:
1919
label: Version
2020
description: What version of Shuttle CLI are you running (`shuttle --version`)?
21-
placeholder: "v0.56.0"
21+
placeholder: "v0.57.0"
2222
validations:
2323
required: true
2424
- type: dropdown

CHANGELOG.md

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

Cargo.lock

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

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ members = [
1515
exclude = ["examples", "resources", "services"]
1616

1717
[workspace.package]
18-
version = "0.56.0"
18+
version = "0.57.0"
1919
edition = "2021"
2020
license = "Apache-2.0"
2121
repository = "https://github.com/shuttle-hq/shuttle"
2222

2323
[workspace.dependencies]
24-
shuttle-api-client = { path = "api-client", version = "0.56.1", default-features = false }
25-
shuttle-builder = { path = "builder", version = "0.56.0" }
26-
shuttle-codegen = { path = "codegen", version = "0.56.0" }
27-
shuttle-common = { path = "common", version = "0.56.0" }
28-
shuttle-ifc = { path = "ifc", version = "0.56.0" }
29-
shuttle-mcp = { path = "mcp", version = "0.56.0" }
30-
shuttle-service = { path = "service", version = "0.56.0" }
24+
shuttle-api-client = { path = "api-client", version = "0.57.0", default-features = false }
25+
shuttle-builder = { path = "builder", version = "0.57.0" }
26+
shuttle-codegen = { path = "codegen", version = "0.57.0" }
27+
shuttle-common = { path = "common", version = "0.57.0" }
28+
shuttle-ifc = { path = "ifc", version = "0.57.0" }
29+
shuttle-mcp = { path = "mcp", version = "0.57.0" }
30+
shuttle-service = { path = "service", version = "0.57.0" }
3131

3232
anyhow = "1.0.66"
3333
askama = "0.14.0"

admin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shuttle-admin"
3-
version = "0.56.0"
3+
version = "0.57.0"
44
edition = "2021"
55
publish = false
66

api-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shuttle-api-client"
3-
version = "0.56.1"
3+
version = "0.57.0"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

builder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shuttle-builder"
3-
version = "0.56.0"
3+
version = "0.57.0"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

cargo-shuttle/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-shuttle"
3-
version = "0.56.6"
3+
version = "0.57.0"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

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 = "shuttle-codegen"
3-
version = "0.56.0"
3+
version = "0.57.0"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shuttle-common"
3-
version = "0.56.0"
3+
version = "0.57.0"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

0 commit comments

Comments
 (0)