Skip to content

Commit 25e977b

Browse files
committed
Release 0.3.41
smbcloud-cli@0.3.41 smbcloud-auth@0.3.41 smbcloud-model@0.3.41 smbcloud-network@0.3.41 smbcloud-networking@0.3.41 smbcloud-mail@0.3.41 smbcloud-networking-project@0.3.41 smbcloud-utils@0.3.41 smbcloud-auth-sdk@0.3.41 smbcloud-auth-sdk-py@0.3.41 smbcloud-auth-sdk-wasm@0.3.41 smbcloud-gresiq@0.3.41 smbcloud-gresiq-sdk@0.3.41 smbcloud-s6n@0.3.41 Generated by cargo-workspaces
1 parent c67e311 commit 25e977b

24 files changed

Lines changed: 38 additions & 38 deletions

File tree

Cargo.lock

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

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ release:
1111
@test -n "$(BUMP)" || (echo "BUMP is required" && exit 1)
1212
@if [ "$(BUMP)" = "custom" ] && [ -z "$(VERSION)" ]; then echo "VERSION is required for custom releases"; exit 1; fi
1313
@if [ "$(BUMP)" = "custom" ]; then \
14-
cargo workspaces version custom "$(VERSION)" --yes --no-git-push; \
14+
cargo workspaces version custom "$(VERSION)" --yes --no-git-push --allow-branch "*" --force "*"; \
1515
else \
16-
cargo workspaces version "$(BUMP)" --yes --no-git-push; \
16+
cargo workspaces version "$(BUMP)" --yes --no-git-push --allow-branch "*" --force "*"; \
1717
fi
1818
@echo "Release version prepared locally."
1919
@echo "Next: git push origin $$(git branch --show-current) && git push origin --tags"

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.3.40"
3+
version = "0.3.41"
44
edition = "2021"
55
authors = ["Seto Elkahfi <hej@setoelkahfi.se>"]
66
description = "smbCloud command line interface."

crates/cli/src/deploy/process_deploy_rust.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ use {
3333
/// Optional config fields:
3434
/// - `source` — local source directory (defaults to current directory)
3535
/// - `compile_cmd` — remote command sequence to run inside `path` after the
36-
/// upload. When omitted, the CLI runs `cargo build --release`.
36+
/// upload. When omitted, the CLI runs `cargo build --release`.
3737
///
3838
/// Typical `compile_cmd` for a systemd-managed service:
3939
/// cargo build --release && sudo systemctl restart smbcloud-mail-imap

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

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.3.39"
3+
version = "0.3.41"
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.3.39"
4+
version = "0.3.41"
55
edition = "2024"
66
readme = "README.md"
77
authors = ["Seto Elkahfi <hej@setoelkahfi.se>"]

0 commit comments

Comments
 (0)