chore: bump to v1.1.0, update package description

This commit is contained in:
2026-03-24 12:17:08 +00:00
parent ca0748b109
commit 477006ede2
5 changed files with 7 additions and 6 deletions

BIN
.DS_Store vendored

Binary file not shown.

1
.gitignore vendored
View File

@@ -11,3 +11,4 @@ build/
# Environment # Environment
.envrc .envrc
.DS_Store

4
Cargo.lock generated
View File

@@ -3501,7 +3501,7 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
[[package]] [[package]]
name = "sunbeam" name = "sunbeam"
version = "1.0.1" version = "1.1.0"
dependencies = [ dependencies = [
"chrono", "chrono",
"clap", "clap",
@@ -3514,7 +3514,7 @@ dependencies = [
[[package]] [[package]]
name = "sunbeam-sdk" name = "sunbeam-sdk"
version = "1.0.1" version = "1.1.0"
dependencies = [ dependencies = [
"aes-gcm", "aes-gcm",
"argon2", "argon2",

View File

@@ -1,8 +1,8 @@
[package] [package]
name = "sunbeam-sdk" name = "sunbeam-sdk"
version = "1.0.1" version = "1.1.0"
edition = "2024" edition = "2024"
description = "Sunbeam SDK — reusable library for cluster management" description = "Sunbeam Studios SDK, CLI, and ecosystem integrations"
repository = "https://src.sunbeam.pt/studio/cli" repository = "https://src.sunbeam.pt/studio/cli"
license = "MIT" license = "MIT"
publish = ["sunbeam"] publish = ["sunbeam"]

View File

@@ -1,8 +1,8 @@
[package] [package]
name = "sunbeam" name = "sunbeam"
version = "1.0.1" version = "1.1.0"
edition = "2024" edition = "2024"
description = "Sunbeam local dev stack manager" description = "Sunbeam Studios SDK, CLI, and ecosystem integrations"
[[bin]] [[bin]]
name = "sunbeam" name = "sunbeam"