Skip to content

Commit

Permalink
chore: prepare v0.50.0 release (#1948)
Browse files Browse the repository at this point in the history
  • Loading branch information
oddgrd authored Jan 7, 2025
1 parent 48b8347 commit 05d9fe8
Show file tree
Hide file tree
Showing 45 changed files with 118 additions and 92 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/BUG-REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ body:
attributes:
label: Version
description: What version of `cargo-shuttle` are you running (`shuttle --version`)?
placeholder: "v0.49.0"
placeholder: "v0.50.0"
validations:
required: true
- type: dropdown
Expand Down
42 changes: 34 additions & 8 deletions CHANGELOG.md

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

32 changes: 16 additions & 16 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@ exclude = [
]

[workspace.package]
version = "0.49.0"
version = "0.50.0"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/shuttle-hq/shuttle"

# https://doc.rust-lang.org/cargo/reference/workspaces.html#the-workspacedependencies-table
[workspace.dependencies]
shuttle-api-client = { path = "api-client", version = "0.49.0", default-features = false }
shuttle-backends = { path = "backends", version = "0.49.0" }
shuttle-codegen = { path = "codegen", version = "0.49.0" }
shuttle-common = { path = "common", version = "0.49.0" }
shuttle-common-tests = { path = "common-tests", version = "0.49.0" }
shuttle-proto = { path = "proto", version = "0.49.0" }
shuttle-service = { path = "service", version = "0.49.0" }
shuttle-api-client = { path = "api-client", version = "0.50.0", default-features = false }
shuttle-backends = { path = "backends", version = "0.50.0" }
shuttle-codegen = { path = "codegen", version = "0.50.0" }
shuttle-common = { path = "common", version = "0.50.0" }
shuttle-common-tests = { path = "common-tests", version = "0.50.0" }
shuttle-proto = { path = "proto", version = "0.50.0" }
shuttle-service = { path = "service", version = "0.50.0" }

anyhow = "1.0.66"
async-trait = "0.1.58"
Expand Down
2 changes: 1 addition & 1 deletion admin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shuttle-admin"
version = "0.49.0"
version = "0.50.0"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion api-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shuttle-api-client"
version = "0.49.0"
version = "0.50.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion auth/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shuttle-auth"
version = "0.49.0"
version = "0.50.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion backends/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shuttle-backends"
version = "0.49.0"
version = "0.50.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion cargo-shuttle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-shuttle"
version = "0.49.0"
version = "0.50.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shuttle-codegen"
version = "0.49.0"
version = "0.50.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion common-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shuttle-common-tests"
version = "0.49.0"
version = "0.50.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shuttle-common"
version = "0.49.0"
version = "0.50.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion deployer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shuttle-deployer"
version = "0.49.0"
version = "0.50.0"
edition.workspace = true
license.workspace = true
description = "Service with instances created per project for handling the compilation, loading, and execution of Shuttle services"
Expand Down
2 changes: 1 addition & 1 deletion deployer/tests/deploy_layer/bind-panic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ edition = "2021"
[workspace]

[dependencies]
shuttle-runtime = "0.49.0"
shuttle-runtime = "0.50.0"
tokio = "1.22"
2 changes: 1 addition & 1 deletion deployer/tests/deploy_layer/main-panic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ edition = "2021"
[workspace]

[dependencies]
shuttle-runtime = "0.49.0"
shuttle-runtime = "0.50.0"
tokio = "1.22"
2 changes: 1 addition & 1 deletion deployer/tests/deploy_layer/self-stop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ edition = "2021"
[workspace]

[dependencies]
shuttle-runtime = "0.49.0"
shuttle-runtime = "0.50.0"
tokio = "1.22"
2 changes: 1 addition & 1 deletion deployer/tests/deploy_layer/sleep-async/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ edition = "2021"
[workspace]

[dependencies]
shuttle-runtime = "0.49.0"
shuttle-runtime = "0.50.0"
tokio = { version = "1.0", features = ["time"]}
2 changes: 1 addition & 1 deletion examples
Submodule examples updated 87 files
+1 −1 actix-web/README.md
+2 −2 actix-web/clerk/backend/Cargo.toml
+2 −2 actix-web/cookie-authentication/Cargo.toml
+2 −2 actix-web/hello-world/Cargo.toml
+3 −3 actix-web/postgres/Cargo.toml
+2 −2 actix-web/static-files/Cargo.toml
+2 −2 actix-web/websocket-actorless/Cargo.toml
+2 −2 axum/hello-world/Cargo.toml
+3 −3 axum/htmx-crud/Cargo.toml
+2 −2 axum/jwt-authentication/Cargo.toml
+2 −2 axum/metadata/Cargo.toml
+3 −3 axum/oauth2/Cargo.toml
+3 −0 axum/openai/.gitignore
+19 −6 axum/openai/Cargo.toml
+17 −5 axum/openai/README.md
+5 −0 axum/openai/Shuttle.toml
+3 −0 axum/openai/frontend/.eslintrc.json
+43 −0 axum/openai/frontend/.gitignore
+167 −0 axum/openai/frontend/app/app/page.tsx
+ axum/openai/frontend/app/favicon.ico
+ axum/openai/frontend/app/fonts/GeistMonoVF.woff
+ axum/openai/frontend/app/fonts/GeistVF.woff
+21 −0 axum/openai/frontend/app/globals.css
+35 −0 axum/openai/frontend/app/layout.tsx
+92 −0 axum/openai/frontend/app/login/page.tsx
+35 −0 axum/openai/frontend/app/page.tsx
+93 −0 axum/openai/frontend/app/register/page.tsx
+23 −0 axum/openai/frontend/components/ChatMessage.tsx
+39 −0 axum/openai/frontend/components/ConversationButton.tsx
+53 −0 axum/openai/frontend/components/Footer.tsx
+10 −0 axum/openai/frontend/next.config.js
+6,319 −0 axum/openai/frontend/package-lock.json
+29 −0 axum/openai/frontend/package.json
+8 −0 axum/openai/frontend/postcss.config.mjs
+1 −0 axum/openai/frontend/public/file.svg
+1 −0 axum/openai/frontend/public/globe.svg
+1 −0 axum/openai/frontend/public/next.svg
+ axum/openai/frontend/public/shuttle-logo.webp
+1 −0 axum/openai/frontend/public/vercel.svg
+1 −0 axum/openai/frontend/public/window.svg
+18 −0 axum/openai/frontend/tailwind.config.ts
+42 −0 axum/openai/frontend/tsconfig.json
+38 −0 axum/openai/hurl/register.hurl
+19 −0 axum/openai/justfile
+1 −0 axum/openai/migrations/20241115220707_init.down.sql
+16 −0 axum/openai/migrations/20241115220707_init.up.sql
+190 −0 axum/openai/src/endpoints/auth.rs
+6 −0 axum/openai/src/endpoints/mod.rs
+226 −0 axum/openai/src/endpoints/openai.rs
+56 −40 axum/openai/src/main.rs
+37 −0 axum/openai/src/state.rs
+3 −3 axum/postgres/Cargo.toml
+3 −3 axum/qdrant/Cargo.toml
+2 −2 axum/static-files/Cargo.toml
+4 −4 axum/turso/Cargo.toml
+2 −2 axum/websocket/Cargo.toml
+2 −2 bevy/hello-world/server/Cargo.toml
+3 −3 custom-resource/pdo/Cargo.toml
+1 −1 custom-service/none/Cargo.toml
+2 −2 custom-service/request-scheduler/Cargo.toml
+3 −3 fullstack-templates/saas/backend/Cargo.toml
+2 −2 loco/hello-world/Cargo.toml
+2 −2 other/feature-flags/Cargo.toml
+2 −2 other/standalone-binary/Cargo.toml
+2 −2 poem/hello-world/Cargo.toml
+2 −2 poise/hello-world/Cargo.toml
+2 −2 rocket/dyn-templates/Cargo.toml
+2 −2 rocket/hello-world/Cargo.toml
+2 −2 rocket/jwt-authentication/Cargo.toml
+3 −3 rocket/opendal-memory/Cargo.toml
+3 −3 rocket/postgres/Cargo.toml
+2 −2 rocket/secrets/Cargo.toml
+2 −2 rocket/static-files/Cargo.toml
+3 −3 rocket/url-shortener/Cargo.toml
+2 −2 rocket/workspace/hello-world/Cargo.toml
+2 −2 salvo/hello-world/Cargo.toml
+2 −2 salvo/image-rescaler/Cargo.toml
+2 −2 serenity/hello-world/Cargo.toml
+3 −3 serenity/postgres/Cargo.toml
+2 −2 serenity/weather-forecast/Cargo.toml
+6 −5 shuttle-cron/Cargo.toml
+18 −31 shuttle-cron/src/main.rs
+2 −2 thruster/hello-world/Cargo.toml
+2 −2 tide/hello-world/Cargo.toml
+2 −2 tower/hello-world/Cargo.toml
+2 −2 tracing/custom-tracing-subscriber/Cargo.toml
+2 −2 warp/hello-world/Cargo.toml
2 changes: 1 addition & 1 deletion gateway/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shuttle-gateway"
version = "0.49.0"
version = "0.50.0"
edition.workspace = true
license.workspace = true
publish = false
Expand Down
2 changes: 1 addition & 1 deletion logger/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shuttle-logger"
version = "0.49.0"
version = "0.50.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shuttle-proto"
version = "0.49.0"
version = "0.50.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion provisioner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shuttle-provisioner"
version = "0.49.0"
version = "0.50.0"
edition.workspace = true
license.workspace = true
description = "Service responsible for provisioning and managing resources for services"
Expand Down
2 changes: 1 addition & 1 deletion resource-recorder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shuttle-resource-recorder"
version = "0.49.0"
version = "0.50.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
Loading

0 comments on commit 05d9fe8

Please sign in to comment.