* Fix `44`: when running `tbump init`, do not fail if no files are found matching the current version.
6.0.2
-------------------
* Implement `36 <https://github.com/dmerejkowsky/tbump/issues/36>`_: The ``--only-patch`` flag now allows skipping any git operations or hook commands.
6.0.1
-------------------
* Fix `41 <https://github.com/dmerejkowsky/tbump/issues/41>`_: When run with ``--dry-run``, don't abort if git state is incorrect, just print the error message at the end.
6.0.0
-------------------
* **Breaking change**: Search strings are now regular expressions * **Breaking change**: Allow globs in paths (breaking if paths contained ``*``, ``?``, ``[`` or ``]`` characters).
5.0.4
------------------- * Preserve line endings when patching files.