chore: bump to v1.1.1, update CHANGELOG

This commit is contained in:
2026-03-24 15:29:05 +00:00
parent cd80a57a40
commit 4d9659a8bb
4 changed files with 11 additions and 4 deletions

View File

@@ -1,5 +1,12 @@
# Changelog # Changelog
## v1.1.1
- cd80a57 fix: DynamicBearer auth, retry on 500/429, upload resilience
- de5c807 fix: progress bar tracks files not bytes, retry on 502, dedup folders
- 2ab2fd5 fix: polish Drive upload progress UI
- 27536b4 feat: parallel Drive upload with indicatif progress UI
## v1.1.0 ## v1.1.0
- 477006e chore: bump to v1.1.0, update package description - 477006e chore: bump to v1.1.0, update package description

4
Cargo.lock generated
View File

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

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "sunbeam-sdk" name = "sunbeam-sdk"
version = "1.1.0" version = "1.1.1"
edition = "2024" edition = "2024"
description = "Sunbeam Studios SDK, CLI, and ecosystem integrations" description = "Sunbeam Studios SDK, CLI, and ecosystem integrations"
repository = "https://src.sunbeam.pt/studio/cli" repository = "https://src.sunbeam.pt/studio/cli"

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "sunbeam" name = "sunbeam"
version = "1.1.0" version = "1.1.1"
edition = "2024" edition = "2024"
description = "Sunbeam Studios SDK, CLI, and ecosystem integrations" description = "Sunbeam Studios SDK, CLI, and ecosystem integrations"