Skip to content

Commit bd86ba1

Browse files
authored
Prepare changelogs for new releases (#1754)
Update changelogs before publishing crates and releasing Mountpoint. ### Does this change impact existing behavior? No. ### Does this change need a changelog entry? Does it require a version change? Yes. --- 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: Alessandro Passaro <alexpax@amazon.co.uk>
1 parent 6f34b68 commit bd86ba1

File tree

5 files changed

+16
-6
lines changed

5 files changed

+16
-6
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.19.6)
1+
## Unreleased
2+
3+
## v0.19.6 (January 22, 2026)
24

35
* Upgrade cargo dependencies.
46
* Update to latest CRT dependencies.

mountpoint-s3-crt-sys/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 (January 22, 2026)
24

35
* Upgrade cargo dependencies.
46
* Update to latest CRT dependencies.

mountpoint-s3-crt/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## Unreleased (v0.13.6)
1+
## Unreleased
2+
3+
## v0.13.6 (January 22, 2026)
24

35
* Upgrade cargo dependencies.
46
* Update to latest CRT dependencies.

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.9.0 (January 06, 2025))
1+
## Unreleased
2+
3+
## v0.9.0 (January 22, 2026)
24

35
* Update Mountpoint's semantics to enable opening a new file handle on an inode if all the existing open handles have been flushed. ([#1704](https://github.com/awslabs/mountpoint-s3/pull/1704))
46
* Upgrade cargo dependencies.

mountpoint-s3/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## Unreleased (v1.22.0)
1+
## Unreleased
2+
3+
## v1.22.0 (January 22, 2026)
24

35
### Breaking changes
46

@@ -7,7 +9,7 @@
79
### Other changes
810

911
* Add metric to track cache hit rate in logs. ([#1716](https://github.com/awslabs/mountpoint-s3/pull/1716))
10-
* Remove redundant cache merics in logs. ([#1716](https://github.com/awslabs/mountpoint-s3/pull/1716), [#1721](https://github.com/awslabs/mountpoint-s3/pull/1721))
12+
* Remove redundant cache metrics in logs. ([#1716](https://github.com/awslabs/mountpoint-s3/pull/1716), [#1721](https://github.com/awslabs/mountpoint-s3/pull/1721))
1113
* Update cache metrics for consistency. ([#1721](https://github.com/awslabs/mountpoint-s3/pull/1721), [#1738](https://github.com/awslabs/mountpoint-s3/pull/1738))
1214
* Add cache metrics for OTLP export. ([#1724](https://github.com/awslabs/mountpoint-s3/pull/1724))
1315

0 commit comments

Comments
 (0)