tempesta 0.1.17

The lightest and fastest CLI for managing bookmarks, written in Rust
## Description

Brief description of changes and why they are needed.

Closes #(issue number)

## Type of Change

- [ ] Bug fix (patch)
- [ ] New feature (minor) 
- [ ] Breaking change (major)
- [ ] Documentation update
- [ ] Code refactoring

## Checklist

- [ ] My PR title follows [conventional commit format]https://www.conventionalcommits.org/ (feat:, fix:, etc.)
- [ ] I have tested my changes locally
- [ ] My code follows the project's coding standards
- [ ] I have added tests for new functionality (if applicable)
- [ ] All existing tests pass

## Testing

Describe how you tested your changes:

- [ ] Unit tests pass (`cargo test`)
- [ ] Code formatting is correct (`cargo fmt`)
- [ ] Linting passes (`cargo clippy`)

## Additional Notes

Any additional information or context about the changes.