Skip to content

v1.0.131

Choose a tag to compare

@github-actions github-actions released this 17 Aug 12:13
· 1889 commits to main since this release
70578d3
fixed typo in helix-cli create-key help description (#344)

## Description
Changed 'clowd' to 'cloud' in the help dialog of 'create-key' in
helix-cli

## Related Issues
#343 

Closes #

## Checklist when merging to main
<!-- Mark items with "x" when completed -->

- [x] No compiler warnings (if applicable)
- [x] Code is formatted with `rustfmt`
- [x] No useless or dead code (if applicable)
- [x] Code is easy to understand
- [x] Doc comments are used for all functions, enums, structs, and
fields (where appropriate)
- [x] All tests pass
- [x] Performance has not regressed (assuming change was not to fix a
bug)
- [x] Version number has been updated in `helix-cli/Cargo.toml` and
`helixdb/Cargo.toml`
- [x] Lines are kept under 100 characters where possible
- [x] Code is good

## Additional Notes
<!-- Add any additional information that would be helpful for reviewers
-->