Skip to content

Commit

Permalink
chore: Updated Cargo version to v0.42.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bruuuuuuuce authored and github-actions[bot] committed Apr 3, 2024
1 parent 19e086a commit a90a0ae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 15 deletions.
12 changes: 1 addition & 11 deletions .generated-go-semantic-release-changelog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,2 @@
## 0.42.0 (2024-04-03)

#### Feature

* write linter output to a gzipped JSON file (1b53ddb7)
* fetch metrics for the dynamo and elasticache resources (12b8af52)
* Add ElastiCache and DynamoDB metadata to the cloud linter (2c00934a)

#### Bug Fixes

* fix issues found by the linter (4c128fc3)
## 0.42.1 (2024-04-03)

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.0"
version = "0.42.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.42.0"
version = "0.42.1"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit a90a0ae

Please sign in to comment.