Skip to content

Commit 50b3e8f

Browse files
chore(main): release 0.58.1 (#510)
1 parent f6df4d8 commit 50b3e8f

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.58.0"
2+
".": "0.58.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.58.1](https://github.com/momentohq/client-sdk-rust/compare/v0.58.0...v0.58.1) (2025-11-18)
4+
5+
6+
### Bug Fixes
7+
8+
* use latest protosocket libraries ([#509](https://github.com/momentohq/client-sdk-rust/issues/509)) ([f6df4d8](https://github.com/momentohq/client-sdk-rust/commit/f6df4d896fdc86898db736c6b1dabd63b081aa11))
9+
310
## [0.58.0](https://github.com/momentohq/client-sdk-rust/compare/v0.57.0...v0.58.0) (2025-11-17)
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.58.0"
3+
version = "0.58.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.58.0"
3+
version = "0.58.1"
44
edition = "2021"
55
publish = false
66

0 commit comments

Comments
 (0)