From 4ce61b2a6c033f53b8efe5a31695901a9a92dd23 Mon Sep 17 00:00:00 2001 From: momento-github-actions-machine-user <87725926+momento-github-actions-machine-user@users.noreply.github.com> Date: Wed, 9 Oct 2024 12:32:05 -0700 Subject: [PATCH] chore(main): release 0.43.0 (#388) --- CHANGELOG.md | 13 +++++++++++++ sdk/Cargo.toml | 2 +- sdk/test-util/Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 082f0570..87db95a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.43.0](https://github.com/momentohq/client-sdk-rust/compare/v0.42.0...v0.43.0) (2024-10-09) + + +### Features + +* adding support for multiple connections ([#393](https://github.com/momentohq/client-sdk-rust/issues/393)) ([2e79c87](https://github.com/momentohq/client-sdk-rust/commit/2e79c878830ee4c7789f7caa45ecbedbc836b0c6)) + + +### Miscellaneous + +* add dev docs snippets and cheat sheet for storage client ([#389](https://github.com/momentohq/client-sdk-rust/issues/389)) ([223be86](https://github.com/momentohq/client-sdk-rust/commit/223be86afab4f5968660b925c674be133b693c28)) +* **deps:** bump momento from 0.41.3 to 0.42.0 in /example/rust ([#387](https://github.com/momentohq/client-sdk-rust/issues/387)) ([e64afce](https://github.com/momentohq/client-sdk-rust/commit/e64afceb4198c3fb4eb6ddd0afbf40b329c552d4)) + ## [0.42.0](https://github.com/momentohq/client-sdk-rust/compare/v0.41.3...v0.42.0) (2024-07-12) diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index e3fc00da..32b8812e 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "momento" -version = "0.42.0" # x-release-please-version +version = "0.43.0" # x-release-please-version authors = ["momento"] edition = "2018" description = "Client SDK for Momento services" diff --git a/sdk/test-util/Cargo.toml b/sdk/test-util/Cargo.toml index 693d3e50..749bc1be 100644 --- a/sdk/test-util/Cargo.toml +++ b/sdk/test-util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "momento-test-util" -version = "0.42.0" # x-release-please-version +version = "0.43.0" # x-release-please-version edition = "2021" publish = false