Skip to content

Commit

Permalink
chore(main): release 0.48.0 (#431)
Browse files Browse the repository at this point in the history
🤖 I have created a release beep boop
0.48.0 (2025-02-11)
Features
momento leaderboard client (#438) (1223adc)
Miscellaneous
deps: bump momento from 0.47.0 to 0.47.1 in /example/rust (#433) (08b5664)
update topics example to use oneshot synchronization instead (#430) (1eb846d)
update topics example to use updated auth client UX (#434) (7727e3f)
This PR was generated with Release Please. See documentation.
  • Loading branch information
1 parent 1223adc commit 023984a
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.47.1"
".": "0.48.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.48.0](https://github.com/momentohq/client-sdk-rust/compare/v0.47.1...v0.48.0) (2025-02-11)


### Features

* momento leaderboard client ([#438](https://github.com/momentohq/client-sdk-rust/issues/438)) ([1223adc](https://github.com/momentohq/client-sdk-rust/commit/1223adcd25b358c939752b05c4a2e0fcd377d832))


### Miscellaneous

* **deps:** bump momento from 0.47.0 to 0.47.1 in /example/rust ([#433](https://github.com/momentohq/client-sdk-rust/issues/433)) ([08b5664](https://github.com/momentohq/client-sdk-rust/commit/08b566417dfb4765ddb1ec9e44062520a936cb73))
* update topics example to use oneshot synchronization instead ([#430](https://github.com/momentohq/client-sdk-rust/issues/430)) ([1eb846d](https://github.com/momentohq/client-sdk-rust/commit/1eb846d6c0b6047aaa4622382449a5eef3fd8afd))
* update topics example to use updated auth client UX ([#434](https://github.com/momentohq/client-sdk-rust/issues/434)) ([7727e3f](https://github.com/momentohq/client-sdk-rust/commit/7727e3ffcb8204f4b7c3bea606daa9a34f94548a))

## [0.47.1](https://github.com/momentohq/client-sdk-rust/compare/v0.47.0...v0.47.1) (2025-01-09)


Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "momento"
version = "0.47.1"
version = "0.48.0"
authors = ["momento"]
edition = "2018"
description = "Client SDK for Momento services"
Expand Down
2 changes: 1 addition & 1 deletion 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.47.1"
version = "0.48.0"
edition = "2021"
publish = false

Expand Down

0 comments on commit 023984a

Please sign in to comment.