Skip to content

Commit

Permalink
chore: Updated Cargo version to v0.42.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cprice404 authored and github-actions[bot] committed Apr 19, 2024
1 parent f355a46 commit 11e3e75
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .generated-go-semantic-release-changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.42.3 (2024-04-18)
## 0.42.4 (2024-04-19)

#### Bug Fixes

* execute-release.yml file (#313) (6b0d02b4)
* syntax error in updating GITHUB_OUTPUT for windows build (2a83d2b0)
* verify that linux package files exist before attempting to upload as artifacts (e4894516)

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.42.3"
version = "0.42.4"
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.42.3"
version = "0.42.4"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 11e3e75

Please sign in to comment.