Skip to content

Commit

Permalink
chore: Updated Cargo version to v0.42.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bruuuuuuuce authored and github-actions[bot] committed Apr 18, 2024
1 parent 6b0d02b commit 569ab8e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 14 deletions.
12 changes: 2 additions & 10 deletions .generated-go-semantic-release-changelog.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
## 0.42.2 (2024-04-17)
## 0.42.3 (2024-04-18)

#### Bug Fixes

* update actions to remove deprecated nodejs versions (#312) (1a1c3972)
* use heuristics to determine when to query ddb table ttl (#307) (da91e101)

#### Chores

* **deps:** bump mio from 0.8.6 to 0.8.11 (#308) (2c71912f)
* **deps:** bump webpki from 0.22.0 to 0.22.4 (#309) (c68be312)
* **deps:** bump h2 from 0.3.25 to 0.3.26 (#310) (5c496b2f)
* **deps:** bump rustix from 0.36.8 to 0.36.17 (#311) (2da0724d)
* execute-release.yml file (#313) (6b0d02b4)

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.2"
version = "0.42.3"
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.2"
version = "0.42.3"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 569ab8e

Please sign in to comment.