Skip to content

Commit aae7679

Browse files
kirmargithub-actions[bot]
authored andcommitted
chore: Updated Cargo version to v0.51.0
1 parent 1692f34 commit aae7679

File tree

4 files changed

+17
-8
lines changed

4 files changed

+17
-8
lines changed
Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
## 0.50.1 (2026-02-10)
1+
## 0.51.0 (2026-02-23)
22

3-
#### Chores
3+
#### Feature
44

5-
* base valkey resource on redis instead of memcached (#346) (80280ec5)
5+
* invoke-function (#348) (1692f346)
6+
7+
#### Documentation
8+
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)
615

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.50.1"
3+
version = "0.51.0"
44
edition = "2021"
55

66
[dependencies.clap]

momento/Cargo.toml

Lines changed: 2 additions & 2 deletions
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.50.1"
7+
version = "0.51.0"
88
edition = "2021"
99

1010
[dependencies]
@@ -69,7 +69,7 @@ version = "1.0.79"
6969

7070
[dependencies.reqwest]
7171
version = "0.13.2"
72-
features = [ "blocking","json",]
72+
features = [ "blocking", "json",]
7373

7474
[dev-dependencies.uuid]
7575
version = "1.2.2"

0 commit comments

Comments
 (0)