Skip to content

v1.0.117

Choose a tag to compare

@github-actions github-actions released this 18 Jul 21:59
· 2226 commits to main since this release
8fa932b
impr/fixing hql bugs and refactoring analyzer (#257)

## Description
<!-- Provide a brief description of the changes in this PR -->
fixing hql bugs and refactoring analyzer

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

Closes #244 #245 #247 #249 

## 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
-->