Skip to content

Commit

Permalink
chore(main): release 0.41.1 (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent e5990de commit 106baf7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.41.1](https://github.com/momentohq/client-sdk-rust/compare/v0.41.0...v0.41.1) (2024-07-03)


### Bug Fixes

* export StorageValue and align the exports with the cache client. ([#370](https://github.com/momentohq/client-sdk-rust/issues/370)) ([e75608f](https://github.com/momentohq/client-sdk-rust/commit/e75608f919892fb24a7cbadd822748f91300e5cb))


### Miscellaneous

* **deps:** bump momento from 0.39.7 to 0.41.0 in /example/rust ([#369](https://github.com/momentohq/client-sdk-rust/issues/369)) ([08f7828](https://github.com/momentohq/client-sdk-rust/commit/08f78285ce947f6a6fc2bd5bf8072a2d5573b778))
* fix failing test for StoreNotFound ([#374](https://github.com/momentohq/client-sdk-rust/issues/374)) ([e5990de](https://github.com/momentohq/client-sdk-rust/commit/e5990deea83c05ce39e09c820a6b258f433489b7))

## [0.41.0](https://github.com/momentohq/client-sdk-rust/compare/v0.40.0...v0.41.0) (2024-06-21)


Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "momento"
version = "0.41.0" # x-release-please-version
version = "0.41.1" # x-release-please-version
authors = ["momento"]
edition = "2018"
description = "Client SDK for Momento services"
Expand Down
2 changes: 1 addition & 1 deletion sdk/test-util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "momento-test-util"
version = "0.41.0" # x-release-please-version
version = "0.41.1" # x-release-please-version
edition = "2021"
publish = false

Expand Down

0 comments on commit 106baf7

Please sign in to comment.