Skip to content

Commit 2799ba2

Browse files
committed
Release 0.3.41
smbcloud-cli@0.3.41 smbcloud-model@0.3.41 smbcloud-networking@0.3.41 smbcloud-s6n@0.3.41 Generated by cargo-workspaces
1 parent c67e311 commit 2799ba2

21 files changed

Lines changed: 35 additions & 35 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/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>"]

crates/smbcloud-mail/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-mail"
3-
version = "0.3.39"
3+
version = "0.3.41"
44
edition = "2021"
55
authors = ["Seto Elkahfi <hej@setoelkahfi.se>"]
66
description = "smbCloud mail API client for the CLI."

0 commit comments

Comments
 (0)