diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d549d9..e7fdc46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # 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 - 477006e chore: bump to v1.1.0, update package description diff --git a/Cargo.lock b/Cargo.lock index a6f8773..c608cd1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3546,7 +3546,7 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "sunbeam" -version = "1.1.0" +version = "1.1.1" dependencies = [ "chrono", "clap", @@ -3559,7 +3559,7 @@ dependencies = [ [[package]] name = "sunbeam-sdk" -version = "1.1.0" +version = "1.1.1" dependencies = [ "aes-gcm", "argon2", diff --git a/sunbeam-sdk/Cargo.toml b/sunbeam-sdk/Cargo.toml index d81be61..cf8f18a 100644 --- a/sunbeam-sdk/Cargo.toml +++ b/sunbeam-sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sunbeam-sdk" -version = "1.1.0" +version = "1.1.1" edition = "2024" description = "Sunbeam Studios SDK, CLI, and ecosystem integrations" repository = "https://src.sunbeam.pt/studio/cli" diff --git a/sunbeam/Cargo.toml b/sunbeam/Cargo.toml index 699d31e..9a4f35e 100644 --- a/sunbeam/Cargo.toml +++ b/sunbeam/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sunbeam" -version = "1.1.0" +version = "1.1.1" edition = "2024" description = "Sunbeam Studios SDK, CLI, and ecosystem integrations"