Skip to content

Commit 11184ad

Browse files
kirmargithub-actions[bot]
authored andcommitted
chore: Updated Cargo version to v0.51.1
1 parent a843023 commit 11184ad

File tree

4 files changed

+9
-14
lines changed

4 files changed

+9
-14
lines changed
Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
1-
## 0.51.0 (2026-02-23)
1+
## 0.51.1 (2026-02-26)
22

3-
#### Feature
3+
#### Bug Fixes
44

5-
* invoke-function (#348) (1692f346)
5+
* log function/cache names in invoke-function (#349) (3b4ab44c)
66

7-
#### Documentation
7+
#### Chores
88

9-
* Use Makefile (2afbb2d2)
10-
* Switch to v2 API keys / explain manual testing (cbef4fa3)
11-
* Remove reference to nonexistent test file (5106a375)
12-
* Remove references to unused env vars (9c18e1d6)
13-
* Explain how to generate API key (c5a5ee72)
14-
* Pass token check in run_test_sequentially.sh (c8c00e39)
9+
* update CLI options (#350) (a843023a)
1510

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

momento-cli-opts/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "momento-cli-opts"
3-
version = "0.51.0"
3+
version = "0.51.1"
44
edition = "2021"
55

66
[dependencies.clap]

momento/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ path = "src/main.rs"
44

55
[package]
66
name = "momento-cli"
7-
version = "0.51.0"
7+
version = "0.51.1"
88
edition = "2021"
99

1010
[dependencies]

0 commit comments

Comments
 (0)