To customize the behavior of `bump2version`, you can use a configuration file named `.bumpversion.toml`. This file should be present in the root of your project. If it's not found, the cli will use default values.
Here's an example `.bumpversion.toml` configuration file you can use in your project:
```toml
[bumpversion]
current_version = "0.1.0" # Specify the current version of your project.
# Specify how to search for and replace the version in the 'Cargo.toml' file.
You can access the source code for this CLI tool on [GitHub](https://github.com/wiseaidev/bump2version).
## 🤝 Contributing
Contributions and feedback are welcome! If you'd like to contribute, report an issue, or suggest an enhancement, please engage with the project on [GitHub](https://github.com/wiseaidev/bump2version). Your contributions help improve this CLI tool for the community.