Skip to content

Commit 60cee3e

Browse files
committed
Bump version to 0.3.39 and update copyright and links
- Update all crate, npm, and gem versions to 0.3.39 - Add copyright and service links to all README files - Standardize license sections and copyright notices - Update workflow tag descriptions for new version
1 parent 3346edf commit 60cee3e

54 files changed

Lines changed: 273 additions & 66 deletions

File tree

Some content is hidden

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

.agents/skills/smbcloud-cli-release/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ From `npm/`:
8585

8686
Example:
8787

88-
- `node ./scripts/render-platform-package.cjs cli-darwin-arm64 0.3.33 darwin arm64`
88+
- `node ./scripts/render-platform-package.cjs cli-darwin-arm64 0.3.39 darwin arm64`
8989

9090
### Publish order
9191

.github/workflows/release-crate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88
inputs:
99
tag:
10-
description: "Release tag (e.g. v0.3.38)"
10+
description: "Release tag (e.g. v0.3.39)"
1111
required: true
1212

1313
permissions:

.github/workflows/release-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88
inputs:
99
tag:
10-
description: "Release tag (e.g. v0.3.38)"
10+
description: "Release tag (e.g. v0.3.39)"
1111
required: true
1212

1313
permissions:

.github/workflows/release-homebrew.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
inputs:
66
tag:
7-
description: "Release tag (e.g. v0.3.38)"
7+
description: "Release tag (e.g. v0.3.39)"
88
required: true
99

1010
permissions:

.github/workflows/release-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88
inputs:
99
tag:
10-
description: "Release tag (e.g. v0.3.38)"
10+
description: "Release tag (e.g. v0.3.39)"
1111
required: true
1212

1313
permissions:

.github/workflows/release-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88
inputs:
99
tag:
10-
description: "Release tag (e.g. v0.3.38)"
10+
description: "Release tag (e.g. v0.3.39)"
1111
required: true
1212

1313
permissions:

.github/workflows/release-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88
inputs:
99
tag:
10-
description: "Release tag (e.g. v0.3.38)"
10+
description: "Release tag (e.g. v0.3.39)"
1111
required: true
1212

1313
permissions:

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.

README.MD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@ See the [`docs/`](./docs) directory for guides on authentication, project config
9393

9494
Read [CONTRIBUTING.md](CONTRIBUTING.md) to get started. All contributions are welcome.
9595

96+
> Explore more on the [smbCloud Services](https://smbcloud.xyz/services) page.
97+
9698
## License
9799

98100
[Apache-2.0](LICENSE)
101+
102+
## Copyright
103+
104+
© 2026 [smbCloud](https://smbcloud.xyz) (Splitfire AB).

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

0 commit comments

Comments
 (0)