Skip to content

Commit

Permalink
chore: Updated Cargo version to v0.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielamiao authored and github-actions[bot] committed Jan 31, 2025
1 parent ee7d37c commit 9ae357a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
9 changes: 5 additions & 4 deletions .generated-go-semantic-release-changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
## 0.46.0 (2024-08-12)
## 0.47.0 (2025-01-31)

#### Feature

* Make the cloud linter start and end dates configurable (975a1f6b)
* add cloud linter options to filter by elasticache engine (#335) (ee7d37cc)

#### Bug Fixes
#### Chores

* correct the enable-api-gateway option (#331) (1cd783f4)
* update license file (09fea613)
* switch metrics & elasticache calls to manual pagination (#332) (6efd528f)

6 changes: 3 additions & 3 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.46.0"
version = "0.47.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.46.0"
version = "0.47.0"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 9ae357a

Please sign in to comment.