rustytag 1.0.18

A semantic version management tool built on Git tags.
Documentation
# Contributing to RustyTag

We appreciate your interest in contributing to RustyTag! Here's how you can help:

## Getting Started

1. Fork the repository
2. Clone your fork
3. Create a new branch for your changes
4. Make your changes
5. Run tests
6. Submit a pull request

## Code Style

- Follow Rust's official style guidelines
- Use `cargo fmt` to format your code
- Write clear commit messages

## Testing

All contributions should include appropriate tests. Run tests with:

```sh
cargo test
```

## Reporting Issues

Please use the issue tracker to report bugs or suggest features.