Skip to content

Commit

Permalink
chore(main): release 0.47.0 (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 432babf commit 5f7600f
Show file tree
Hide file tree
Showing 5 changed files with 17 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.46.1"
".": "0.47.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.47.0](https://github.com/momentohq/client-sdk-rust/compare/v0.46.1...v0.47.0) (2025-01-03)


### Features

* add auth client and generate_disposable_token api ([#420](https://github.com/momentohq/client-sdk-rust/issues/420)) ([432babf](https://github.com/momentohq/client-sdk-rust/commit/432babf2d708e052fd6d6c87f7c1bc9a33a9cfed))


### Miscellaneous

* update vscode workspace to match directory structure ([#417](https://github.com/momentohq/client-sdk-rust/issues/417)) ([f28a368](https://github.com/momentohq/client-sdk-rust/commit/f28a36858b33ba2adc1ee0c57a4aa1c1f7d16997))

## [0.46.1](https://github.com/momentohq/client-sdk-rust/compare/v0.46.0...v0.46.1) (2024-12-16)


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.46.1"
version = "0.47.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.46.1"
version = "0.47.0"
edition = "2021"
publish = false

Expand Down

0 comments on commit 5f7600f

Please sign in to comment.