Skip to content

Commit 7f2a195

Browse files
authored
chore: v0.42.0 (#1686)
* v0.42.0 * bump examples * changelog
1 parent 6acabb7 commit 7f2a195

File tree

43 files changed

+113
-83
lines changed

Some content is hidden

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

43 files changed

+113
-83
lines changed

.github/ISSUE_TEMPLATE/BUG-REPORT.yml

+1-1
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.41.0"
23+
placeholder: "v0.42.0"
2424
validations:
2525
required: true
2626
- type: dropdown

CHANGELOG.md

+36-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.lock

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ exclude = [
2424
]
2525

2626
[workspace.package]
27-
version = "0.41.0"
27+
version = "0.42.0"
2828
edition = "2021"
2929
license = "Apache-2.0"
3030
repository = "https://github.com/shuttle-hq/shuttle"
3131

3232
# https://doc.rust-lang.org/cargo/reference/workspaces.html#the-workspacedependencies-table
3333
[workspace.dependencies]
34-
shuttle-codegen = { path = "codegen", version = "0.41.0" }
35-
shuttle-common = { path = "common", version = "0.41.0" }
36-
shuttle-common-tests = { path = "common-tests", version = "0.41.0" }
37-
shuttle-proto = { path = "proto", version = "0.41.0" }
38-
shuttle-service = { path = "service", version = "0.41.0" }
34+
shuttle-codegen = { path = "codegen", version = "0.42.0" }
35+
shuttle-common = { path = "common", version = "0.42.0" }
36+
shuttle-common-tests = { path = "common-tests", version = "0.42.0" }
37+
shuttle-proto = { path = "proto", version = "0.42.0" }
38+
shuttle-service = { path = "service", version = "0.42.0" }
3939

4040
anyhow = "1.0.66"
4141
async-trait = "0.1.58"

admin/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shuttle-admin"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
edition = "2021"
55

66
[dependencies]

auth/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shuttle-auth"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

cargo-shuttle/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-shuttle"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

cliff.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
header = """
1111
# Changelog
1212
13-
<!-- Install git-cliff and use `make tag=TAG changelog` to update this file -->
13+
<!-- Install git-cliff and use `cargo make changelog 0.X.Y` to update this file -->
1414
1515
This is an auto-generated changelog based on commits on the main branch, made with [git-cliff](https://github.com/orhun/git-cliff).
1616
See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

codegen/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shuttle-codegen"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shuttle-common"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

deployer/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shuttle-deployer"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
edition.workspace = true
55
license.workspace = true
66
description = "Service with instances created per project for handling the compilation, loading, and execution of Shuttle services"

deployer/tests/deploy_layer/bind-panic/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ edition = "2021"
77
[workspace]
88

99
[dependencies]
10-
shuttle-runtime = "0.41.0"
10+
shuttle-runtime = "0.42.0"
1111
tokio = "1.22"

deployer/tests/deploy_layer/main-panic/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ edition = "2021"
77
[workspace]
88

99
[dependencies]
10-
shuttle-runtime = "0.41.0"
10+
shuttle-runtime = "0.42.0"
1111
tokio = "1.22"

deployer/tests/deploy_layer/self-stop/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ edition = "2021"
77
[workspace]
88

99
[dependencies]
10-
shuttle-runtime = "0.41.0"
10+
shuttle-runtime = "0.42.0"
1111
tokio = "1.22"

deployer/tests/deploy_layer/sleep-async/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ edition = "2021"
77
[workspace]
88

99
[dependencies]
10-
shuttle-runtime = "0.41.0"
10+
shuttle-runtime = "0.42.0"
1111
tokio = { version = "1.0", features = ["time"]}

examples

Submodule examples updated 46 files

gateway/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shuttle-gateway"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
edition.workspace = true
55
license.workspace = true
66
publish = false

logger/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shuttle-logger"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

provisioner/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shuttle-provisioner"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
edition.workspace = true
55
license.workspace = true
66
description = "Service responsible for provisioning and managing resources for services"

resource-recorder/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shuttle-resource-recorder"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
edition.workspace = true
55
license.workspace = true
66
repository.workspace = true

resources/aws-rds/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shuttle-aws-rds"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Plugin to provision AWS RDS resources"
@@ -11,7 +11,7 @@ async-trait = "0.1.56"
1111
paste = "1.0.7"
1212
serde = { version = "1", features = ["derive"] }
1313
serde_json = "1"
14-
shuttle-service = { path = "../../service", version = "0.41.0" }
14+
shuttle-service = { path = "../../service", version = "0.42.0" }
1515
sqlx = { version = "0.7.1", optional = true }
1616

1717
[features]

resources/metadata/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shuttle-metadata"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Plugin to get Shuttle service information"

resources/opendal/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shuttle-opendal"
3-
version = "0.41.0"
3+
version = "0.42.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Plugin to obtain a client connected to Apache OpenDAL"
@@ -10,7 +10,7 @@ keywords = ["shuttle-service", "opendal"]
1010
async-trait = "0.1.56"
1111
opendal = "0.45"
1212
serde = { version = "1", features = ["derive"] }
13-
shuttle-service = { path = "../../service", version = "0.41.0" }
13+
shuttle-service = { path = "../../service", version = "0.42.0" }
1414

1515
[dev-dependencies]
1616
tokio = { version = "1.28.2", features = ["rt-multi-thread", "macros"] }

0 commit comments

Comments
 (0)