Skip to content

Commit

Permalink
Prepare 0.4.1 (#12)
Browse files Browse the repository at this point in the history
* bump version

* update changelog
  • Loading branch information
sebadob authored Oct 31, 2024
1 parent 641aa2a commit 48e2d5a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.4.1

There is the new `copy_internal_from()` for a `Bucket`, which allows you to do an internal copy on the S3 storage from
a different bucket (your key has access to) into the configured one. The already existing `copy_internal()` only allowed
copies inside the same bucket.

## v0.4.0

- make internal values for `AccessKeyId`, `AccessKeySecret` and `Region` `pub` for a better DX
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "s3-simple"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
rust-version = "1.70.0"
authors = ["Sebastian Dobe <[email protected]>"]
Expand Down

0 comments on commit 48e2d5a

Please sign in to comment.