Skip to content

Commit 2f88e0c

Browse files
committed
Release 0.4.8
1 parent c8bbe9b commit 2f88e0c

26 files changed

Lines changed: 121 additions & 238 deletions

File tree

Cargo.lock

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

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "smbcloud-cli"
3-
version = "0.4.7"
3+
version = "0.4.8"
44
edition = "2021"
55
authors = ["Seto Elkahfi <hej@setoelkahfi.se>"]
66
description = "smbCloud command line interface."

crates/smbcloud-auth-sdk-py/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "smbcloud-auth-sdk-py"
3-
version = "0.4.7"
3+
version = "0.4.8"
44
edition = "2024"
55
authors = ["Seto Elkahfi <hej@setoelkahfi.se>"]
66
description = "Python bindings for the smbCloud Auth SDK."

crates/smbcloud-auth-sdk-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "smbcloud-auth-sdk-wasm"
3-
version = "0.4.7"
3+
version = "0.4.8"
44
edition = "2024"
55
authors = ["Seto Elkahfi <hej@setoelkahfi.se>"]
66
description = "Browser bindings for the smbCloud Auth SDK."

crates/smbcloud-auth-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "smbcloud-auth-sdk"
3-
version = "0.4.7"
3+
version = "0.4.8"
44
edition = "2024"
55
authors = ["Seto Elkahfi <hej@setoelkahfi.se>"]
66
description = "Client SDK for smbCloud Auth — authenticate your users via smbCloud Auth service."

crates/smbcloud-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 = "smbcloud-auth"
3-
version = "0.4.7"
3+
version = "0.4.8"
44
edition = "2024"
55
authors = ["Seto Elkahfi <hej@setoelkahfi.se>"]
66
description = "Cross-platform Auth SDK for the smbCloud platform."

crates/smbcloud-deploy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "smbcloud-deploy"
3-
version = "0.4.7"
3+
version = "0.4.8"
44
edition = "2021"
55
authors = ["keypair34 <216233964+keypair34@users.noreply.github.com>, Seto Elkahfi <hej@setoelkahfi.se>"]
66
description = "smbCloud build and deploy engine: UI-agnostic, reusable by the CLI, CI, and the server-side git receiver."

crates/smbcloud-email-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "smbcloud-email-sdk"
3-
version = "0.4.7"
3+
version = "0.4.8"
44
edition = "2021"
55
description = "Rust client for the smbCloud transactional email API — send email from a verified domain and read delivery status."
66
license = "Apache-2.0"

crates/smbcloud-gresiq-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "smbcloud-gresiq-sdk"
3-
version = "0.4.7"
3+
version = "0.4.8"
44
edition = "2021"
55
description = "Rust client for the smbCloud GresIQ REST gateway — API-key auth, app management, and model assignment for Onde Inference."
66
license = "Apache-2.0"

crates/smbcloud-gresiq/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "smbcloud-gresiq"
33
description = "GresIQ is a serverless PostgreSQL client on the smbCloud platform."
4-
version = "0.4.7"
4+
version = "0.4.8"
55
edition = "2024"
66
readme = "README.md"
77
authors = ["Seto Elkahfi <hej@setoelkahfi.se>"]

0 commit comments

Comments
 (0)