Skip to content

Commit 04c17b5

Browse files
chore(main): release 0.57.1
1 parent 3ed656e commit 04c17b5

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.57.0"
2+
".": "0.57.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.57.1](https://github.com/momentohq/client-sdk-rust/compare/v0.57.0...v0.57.1) (2025-10-31)
4+
5+
6+
### Miscellaneous
7+
8+
* **deps:** bump momento from 0.52.0 to 0.56.0 in /example/rust ([#499](https://github.com/momentohq/client-sdk-rust/issues/499)) ([3ed656e](https://github.com/momentohq/client-sdk-rust/commit/3ed656ea254a3933c6f42c11f201328c53da2d1b))
9+
310
## [0.57.0](https://github.com/momentohq/client-sdk-rust/compare/v0.56.0...v0.57.0) (2025-10-31)
411

512

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "momento"
3-
version = "0.57.0"
3+
version = "0.57.1"
44
authors = ["momento"]
55
edition = "2018"
66
description = "Client SDK for Momento services"

test-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "momento-test-util"
3-
version = "0.57.0"
3+
version = "0.57.1"
44
edition = "2021"
55
publish = false
66

0 commit comments

Comments
 (0)