Skip to content

Commit d80fd94

Browse files
committed
v1.1.0
1 parent 824f9d1 commit d80fd94

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
## Unreleased
44

5-
- Added support for `CreateMultipartUpload`, `UploadPart` and `CompleteMultipartUpload` operations.
5+
- Added support for `CreateMultipartUpload`, `UploadPart` and
6+
`CompleteMultipartUpload` operations.
67

78
## v1.0.0 - 2024-09-04
89

gleam.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "bucket"
2-
version = "1.0.0"
2+
version = "1.1.0"
33
description = "Gleam S3 API client, suitable for AWS S3, Garage, Minio, Storj, Backblaze B2, Cloudflare R2, Ceph, Wasabi, and so on!"
44
licences = ["Apache-2.0"]
55
repository = { type = "github", user = "lpil", repo = "bucket" }

0 commit comments

Comments
 (0)