Skip to content

Commit 41aeca1

Browse files
authored
Update changelogs to prepare for crate release (#1470)
Updates the changelogs so that crates can be updated prior to the release of MP v1.19.0 ### Does this change impact existing behavior? Does not impact behaviour. ### Does this change need a changelog entry? Does it require a version change? No, the crate update itself does not need a changelog entries. Version changes were already done in #1468 --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and I agree to the terms of the [Developer Certificate of Origin (DCO)](https://developercertificate.org/). Signed-off-by: Christian Hagemeier <chagem@amazon.com>
1 parent e4199f7 commit 41aeca1

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

mountpoint-s3-client/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## Unreleased (v0.16.0)
1+
## Unreleased
2+
3+
## v0.16.0 (Jun 19, 2025)
24

35
* Add support for RenameObject API. ([#1468](https://github.com/awslabs/mountpoint-s3/pull/1468))
46

mountpoint-s3-fs/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## Unreleased (v0.5.0)
1+
## Unreleased
2+
3+
## v0.5.0 (Jun 19, 2025)
24

35
* Add support for renaming files on buckets supporting the RenameObject API. ([#1468](https://github.com/awslabs/mountpoint-s3/pull/1468))
46

mountpoint-s3/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## Unreleased (v1.19.0)
1+
## Unreleased
2+
3+
## v1.19.0 (Jun 19, 2025)
24

35
* Add support for renaming files using the RenameObject API when mounting directory buckets in S3 Express One Zone. ([#1468](https://github.com/awslabs/mountpoint-s3/pull/1468))
46

0 commit comments

Comments
 (0)