Skip to content

Commit 30f075a

Browse files
authored
chore: v0.40.0 (#1646)
* chore: v0.40.0 * bump examples * chore: changelog, bump git-cliff
1 parent b4f6577 commit 30f075a

File tree

44 files changed

+256
-239
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+256
-239
lines changed

.github/ISSUE_TEMPLATE/BUG-REPORT.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ body:
2020
attributes:
2121
label: Version
2222
description: What version of `cargo-shuttle` are you running (`cargo shuttle --version`)?
23-
placeholder: "v0.39.0"
23+
placeholder: "v0.40.0"
2424
validations:
2525
required: true
2626
- type: dropdown

CHANGELOG.md

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

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@ exclude = [
2525
]
2626

2727
[workspace.package]
28-
version = "0.39.0"
28+
version = "0.40.0"
2929
edition = "2021"
3030
license = "Apache-2.0"
3131
repository = "https://github.com/shuttle-hq/shuttle"
3232

3333
# https://doc.rust-lang.org/cargo/reference/workspaces.html#the-workspacedependencies-table
3434
[workspace.dependencies]
35-
shuttle-codegen = { path = "codegen", version = "0.39.0" }
36-
shuttle-common = { path = "common", version = "0.39.0" }
37-
shuttle-common-tests = { path = "common-tests", version = "0.39.0" }
38-
shuttle-orchestrator = { path = "orchestrator", version = "0.39.0" }
39-
shuttle-proto = { path = "proto", version = "0.39.0" }
40-
shuttle-service = { path = "service", version = "0.39.0" }
35+
shuttle-codegen = { path = "codegen", version = "0.40.0" }
36+
shuttle-common = { path = "common", version = "0.40.0" }
37+
shuttle-common-tests = { path = "common-tests", version = "0.40.0" }
38+
shuttle-orchestrator = { path = "orchestrator", version = "0.40.0" }
39+
shuttle-proto = { path = "proto", version = "0.40.0" }
40+
shuttle-service = { path = "service", version = "0.40.0" }
4141

4242
anyhow = "1.0.66"
4343
async-trait = "0.1.58"

Makefile.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ proto-gen \
117117
[tasks.changelog]
118118
# Provide the version to generate for
119119
# Example: cargo make changelog 0.37.0
120-
install_crate = { crate_name = "git-cliff", binary = "git-cliff", test_arg = ["-V"], min_version = "1.4.0" }
120+
install_crate = { crate_name = "git-cliff", binary = "git-cliff", test_arg = ["-V"], min_version = "2.0.4" }
121121
command = "git-cliff"
122122
args = ["-o", "CHANGELOG.md", "-t", "${@}"]
123123

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.39.0"
3+
version = "0.40.0"
44
edition = "2021"
55

66
[dependencies]

auth/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-auth"
3-
version = "0.39.0"
3+
version = "0.40.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.39.0"
3+
version = "0.40.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.39.0"
3+
version = "0.40.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.39.0"
3+
version = "0.40.0"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

0 commit comments

Comments
 (0)