diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 9498e50..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/.gitignore b/.gitignore index e25d35d..4e96cd1 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ build/ # Environment .envrc +.DS_Store diff --git a/Cargo.lock b/Cargo.lock index 32f01db..b74dbd7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3501,7 +3501,7 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "sunbeam" -version = "1.0.1" +version = "1.1.0" dependencies = [ "chrono", "clap", @@ -3514,7 +3514,7 @@ dependencies = [ [[package]] name = "sunbeam-sdk" -version = "1.0.1" +version = "1.1.0" dependencies = [ "aes-gcm", "argon2", diff --git a/sunbeam-sdk/Cargo.toml b/sunbeam-sdk/Cargo.toml index a87e855..953b60b 100644 --- a/sunbeam-sdk/Cargo.toml +++ b/sunbeam-sdk/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "sunbeam-sdk" -version = "1.0.1" +version = "1.1.0" 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" license = "MIT" publish = ["sunbeam"] diff --git a/sunbeam/Cargo.toml b/sunbeam/Cargo.toml index abbf569..699d31e 100644 --- a/sunbeam/Cargo.toml +++ b/sunbeam/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "sunbeam" -version = "1.0.1" +version = "1.1.0" edition = "2024" -description = "Sunbeam local dev stack manager" +description = "Sunbeam Studios SDK, CLI, and ecosystem integrations" [[bin]] name = "sunbeam"