Skip to content

Commit c864998

Browse files
chore(main): release 0.59.1 (#517)
1 parent 7465df3 commit c864998

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.59.0"
2+
".": "0.59.1"
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.59.1](https://github.com/momentohq/client-sdk-rust/compare/v0.59.0...v0.59.1) (2026-02-04)
4+
5+
6+
### Bug Fixes
7+
8+
* remove client-side expiry check on disposable tokens ([#519](https://github.com/momentohq/client-sdk-rust/issues/519)) ([7465df3](https://github.com/momentohq/client-sdk-rust/commit/7465df34b8e63b0543926f01c59251050db6ef7d))
9+
10+
11+
### Miscellaneous
12+
13+
* more readme and example updates ([#518](https://github.com/momentohq/client-sdk-rust/issues/518)) ([0cea18c](https://github.com/momentohq/client-sdk-rust/commit/0cea18c0067a3c18d9f5025e36cd8eb36565e415))
14+
* swap away from pull_request_target for github actions ([#516](https://github.com/momentohq/client-sdk-rust/issues/516)) ([24a9947](https://github.com/momentohq/client-sdk-rust/commit/24a99478895063236c19f3cfb0d2aee48bc67da3))
15+
* update tests and examples for v2 keys ([#515](https://github.com/momentohq/client-sdk-rust/issues/515)) ([2e4a845](https://github.com/momentohq/client-sdk-rust/commit/2e4a845b2c89725060a2f381431c0035c22d3b3a))
16+
317
## [0.59.0](https://github.com/momentohq/client-sdk-rust/compare/v0.58.1...v0.59.0) (2025-12-15)
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.59.0"
3+
version = "0.59.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.59.0"
3+
version = "0.59.1"
44
edition = "2021"
55
publish = false
66

0 commit comments

Comments
 (0)