Skip to content

v1.0.114

Choose a tag to compare

@github-actions github-actions released this 14 Jul 18:38
· 2347 commits to main since this release
c8d6dd8
bug/changing init dir (#230)

## Description
<!-- Provide a brief description of the changes in this PR -->
changing the default dir back after I was too hasty with the find and
replace. @xav-db @lukasnxyz should probably have tests to cover things
like this

## 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)
- [ ] 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
-->