Skip to content

v1.0.108

Choose a tag to compare

@github-actions github-actions released this 12 Jul 08:22
· 2404 commits to main since this release
a7fd2bc
bug/pushing fix for helix update and deploy not working (#204)

## Description
<!-- Provide a brief description of the changes in this PR -->
helix update wasn't working which was needed to update cli to work
correctly

## Related Issues
<!-- Link to any related issues using #issue_number -->

Closes #

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

- [ ] No compiler warnings (if applicable)
- [ ] Code is formatted with `rustfmt`
- [ ] No useless or dead code (if applicable)
- [ ] Code is easy to understand
- [ ] Doc comments are used for all functions, enums, structs, and
fields (where appropriate)
- [ ] All tests pass
- [ ] 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`
- [ ] Lines are kept under 100 characters where possible
- [ ] Code is good

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