From 647e30dbc5661afea7b3026b02429ec238c76f6f Mon Sep 17 00:00:00 2001 From: momento-github-actions-machine-user <87725926+momento-github-actions-machine-user@users.noreply.github.com> Date: Thu, 9 May 2024 10:04:57 -0700 Subject: [PATCH] chore(main): release 0.37.0 (#273) --- CHANGELOG.md | 13 +++++++++++++ Cargo.toml | 2 +- test-util/Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43663d90..4e2b243b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.37.0](https://github.com/momentohq/client-sdk-rust/compare/v0.36.0...v0.37.0) (2024-05-09) + + +### Features + +* update the topic client for consistency with cache client ([#276](https://github.com/momentohq/client-sdk-rust/issues/276)) ([fd5d5a8](https://github.com/momentohq/client-sdk-rust/commit/fd5d5a8ae4bd1860c85c5aa7cd195eacf9c41c1d)) + + +### Miscellaneous + +* add settings file for rust analyzer env variables ([#268](https://github.com/momentohq/client-sdk-rust/issues/268)) ([a084f75](https://github.com/momentohq/client-sdk-rust/commit/a084f75923754745fc4a11efd3ba4842e535ef29)) +* flush_cache test should create own cache ([#272](https://github.com/momentohq/client-sdk-rust/issues/272)) ([c55079e](https://github.com/momentohq/client-sdk-rust/commit/c55079e2a288e887a4e2ba7f0a1591d6161ba8cc)) + ## [0.36.0](https://github.com/momentohq/client-sdk-rust/compare/v0.35.0...v0.36.0) (2024-05-07) diff --git a/Cargo.toml b/Cargo.toml index 70c28b50..b59b88cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "momento" -version = "0.36.0" +version = "0.37.0" authors = ["momento"] edition = "2018" description = "Client SDK for Momento services" diff --git a/test-util/Cargo.toml b/test-util/Cargo.toml index ac833a98..f270f4ba 100644 --- a/test-util/Cargo.toml +++ b/test-util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "momento-test-util" -version = "0.36.0" +version = "0.37.0" edition = "2021" publish = false