Skip to content

Commit

Permalink
chore: Updated Cargo version to v0.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bruuuuuuuce authored and github-actions[bot] committed Jun 4, 2024
1 parent 0cd6460 commit 5e5a622
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 18 deletions.
16 changes: 2 additions & 14 deletions .generated-go-semantic-release-changelog.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
## 0.44.0 (2024-06-03)
## 0.45.0 (2024-06-04)

#### Feature

* speed up resource collection, add resource specific cli flags (#325) (81f77fcd)
* speed up resource collection, add resource specific cli flags (ec84fbf9)
* add api gateway metrics (#323) (c5a23760)
* add s3 metrics (#322) (5aab591b)

#### Bug Fixes

* merge main (49d8721f)
* more parrellelization around dynamodb metric collection (de90a0c9)

#### Chores

* add link to cloud linter docs (#321) (b6541fba)
* speed up resource collection for elasticache (#327) (0cd64601)

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.44.0"
version = "0.45.0"
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.44.0"
version = "0.45.0"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 5e5a622

Please sign in to comment.