Skip to content

Commit 1fbe151

Browse files
chore(main): release 0.58.0 (#503)
1 parent b9f439b commit 1fbe151

File tree

5 files changed

+19
-5
lines changed

5 files changed

+19
-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.58.0"
33
}

CHANGELOG.md

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

3+
## [0.58.0](https://github.com/momentohq/client-sdk-rust/compare/v0.57.0...v0.58.0) (2025-11-17)
4+
5+
6+
### Features
7+
8+
* change default behavior for endpoints ([#505](https://github.com/momentohq/client-sdk-rust/issues/505)) ([2e10d68](https://github.com/momentohq/client-sdk-rust/commit/2e10d68ea726fc5fcee671829633a8e5dae0c9bd))
9+
10+
11+
### Miscellaneous
12+
13+
* add protosocket cache client example ([#504](https://github.com/momentohq/client-sdk-rust/issues/504)) ([419df26](https://github.com/momentohq/client-sdk-rust/commit/419df261f4f6c755f2443af2c62866ab88073be0))
14+
* **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))
15+
* updated protosocket example ([#507](https://github.com/momentohq/client-sdk-rust/issues/507)) ([b9f439b](https://github.com/momentohq/client-sdk-rust/commit/b9f439be340217e6d82f75ddd29f66fc3c63db69))
16+
317
## [0.57.0](https://github.com/momentohq/client-sdk-rust/compare/v0.56.0...v0.57.0) (2025-10-31)
418

519

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.58.0"
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.58.0"
44
edition = "2021"
55
publish = false
66

0 commit comments

Comments
 (0)