Skip to content

Commit

Permalink
chore: Updated Cargo version to v0.41.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cprice404 authored and github-actions[bot] committed Mar 22, 2024
1 parent fb4f04f commit 04fcd95
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 14 deletions.
11 changes: 1 addition & 10 deletions .generated-go-semantic-release-changelog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,2 @@
## 0.41.0 (2023-08-08)

#### Feature

* add support for deleting an item from cli (2baa8e40)

#### Bug Fixes

* fix cargo fmt errors (94824af6)
* delete key from tests after setting it (1d2376b3)
## 0.41.1 (2024-03-22)

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 momento-cli-opts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "momento-cli-opts"
version = "0.41.0"
version = "0.41.1"
edition = "2021"

[dependencies.clap]
Expand Down
2 changes: 1 addition & 1 deletion momento/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ path = "src/main.rs"

[package]
name = "momento-cli"
version = "0.41.0"
version = "0.41.1"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 04fcd95

Please sign in to comment.