-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Updated Cargo version to v0.29.2
- Loading branch information
1 parent
18ca977
commit 960ba3a
Showing
4 changed files
with
6 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,6 @@ | ||
## 0.29.1 (2023-02-17) | ||
## 0.29.2 (2023-02-17) | ||
|
||
#### Chores | ||
|
||
* cargo fmt (92e296bc) | ||
* fix cargo.toml versions (ac5505a4) | ||
* uncomment login stuff and remove features (9cff010d) | ||
* comment out login stuff for now to placate clippy (bcf75960) | ||
* move CLI opts into library package (92dbc5ef) | ||
* add heartbeat support (#259) (0f54e578) | ||
* move tests to momento subdir (1594c584) | ||
* linting (4963b791) | ||
* introduce separate lib and app for binary vs. cli options (e40e8909) | ||
* update sdk (#257) (6e456b19) | ||
* move cross pre-build config to Cross.toml (18ca977a) | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "momento-cli-opts" | ||
version = "0.29.1" | ||
version = "0.29.2" | ||
edition = "2021" | ||
|
||
[dependencies.clap] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters