Skip to content

Commit 58633f2

Browse files
authored
chore: v0.53.0 (#2007)
* chore: v0.53.0 * bump examples * changelog
1 parent 30fb6f1 commit 58633f2

File tree

29 files changed

+96
-59
lines changed

29 files changed

+96
-59
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.52.0"
21+
placeholder: "v0.53.0"
2222
validations:
2323
required: true
2424
- type: dropdown

CHANGELOG.md

Lines changed: 41 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: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ members = [
1212
exclude = ["examples", "resources", "services"]
1313

1414
[workspace.package]
15-
version = "0.52.0"
15+
version = "0.53.0"
1616
edition = "2021"
1717
license = "Apache-2.0"
1818
repository = "https://github.com/shuttle-hq/shuttle"
1919

2020
[workspace.dependencies]
21-
shuttle-api-client = { path = "api-client", version = "0.52.0", default-features = false }
22-
shuttle-codegen = { path = "codegen", version = "0.52.0" }
23-
shuttle-common = { path = "common", version = "0.52.0" }
24-
shuttle-service = { path = "service", version = "0.52.0" }
21+
shuttle-api-client = { path = "api-client", version = "0.53.0", default-features = false }
22+
shuttle-codegen = { path = "codegen", version = "0.53.0" }
23+
shuttle-common = { path = "common", version = "0.53.0" }
24+
shuttle-service = { path = "service", version = "0.53.0" }
2525

2626
anyhow = "1.0.66"
2727
assert_cmd = "2.0.6"

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.52.0"
3+
version = "0.53.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.52.0"
3+
version = "0.53.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.52.0"
3+
version = "0.53.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.52.0"
3+
version = "0.53.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.52.0"
3+
version = "0.53.0"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

examples

Submodule examples updated 47 files

0 commit comments

Comments
 (0)