circuitpython-deploy 0.1.2

Fast, reliable CircuitPython project deployment tool
Documentation
## Description
Brief description of the changes in this PR.

## Type of Change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation update
- [ ] Performance improvement
- [ ] Code refactoring

## Changes Made
- Change 1
- Change 2
- Change 3

## Testing
- [ ] Unit tests pass (`cargo test --lib`)
- [ ] Integration tests pass (`cargo test --test integration_test`)
- [ ] Manual testing completed
- [ ] Added new tests for new functionality

## Testing Details
Describe how you tested these changes:

```bash
# Commands used for testing
cpd --dry-run
cpd --list-boards
# etc.
```

## Documentation
- [ ] Updated README.md if needed
- [ ] Updated CHANGELOG.md
- [ ] Added/updated code comments
- [ ] Updated examples if applicable

## Breaking Changes
If this is a breaking change, describe what changes users need to make:

## Screenshots/Examples
If applicable, add screenshots or example output to help explain your changes.

## Checklist
- [ ] My code follows the project's style guidelines
- [ ] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] My changes generate no new warnings
- [ ] Any dependent changes have been merged and published

## Related Issues
Fixes #(issue number)
Related to #(issue number)