Commit 487d40b
authored
Update README for version 1.3.0 features (#67)
Updated version number and added new features in the README.
# Pull Request
## Description
<!-- Provide a clear and concise description of your changes -->
## Type of Change
<!-- Mark the relevant option with an "x" -->
- [ ] 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
- [ ] Code refactoring
- [ ] Performance improvement
- [ ] Test addition or modification
- [ ] Build/CI change
## Related Issues
<!-- Link related issues here using #issue_number -->
Fixes #
Relates to #
## Changes Made
<!-- List the key changes in this PR -->
-
-
-
## Testing
<!-- Describe the tests you ran and how to reproduce them -->
- [ ] All existing tests pass
- [ ] Added new tests for changes
- [ ] Manual testing performed
### Test Coverage
<!-- Add test coverage information if applicable -->
```
```
## Screenshots/Examples
<!-- If applicable, add screenshots or example output -->
## Checklist
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published
## Breaking Changes
<!-- If this is a breaking change, describe the impact and migration
path -->
## Additional Notes
<!-- Add any additional notes for reviewers -->
Signed-off-by: Wes Etheredge <jwesleye@users.noreply.github.com>1 parent 63e3e1f commit 487d40b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments