diff --git a/lib/CHANGELOG.md b/lib/CHANGELOG.md index 779742f..871b17e 100644 --- a/lib/CHANGELOG.md +++ b/lib/CHANGELOG.md @@ -2,6 +2,9 @@ ## [Unreleased] + +## [0.1.0] - 2024-04-28 + ### Added - Support for f-strings @@ -12,5 +15,6 @@ - Initial release -[unreleased]: https://github.com/Crozzers/string-fixer/compare/lib/0.0.1...HEAD +[unreleased]: https://github.com/Crozzers/string-fixer/compare/lib/0.1.0...HEAD +[lib/0.1.0]: https://github.com/Crozzers/string-fixer/compare/lib/...lib/0.1.0 [0.0.1]: https://github.com/Crozzers/string-fixer/releases/tag/lib/0.0.1 diff --git a/lib/string_fixer/_version.py b/lib/string_fixer/_version.py index b8023d8..b794fd4 100644 --- a/lib/string_fixer/_version.py +++ b/lib/string_fixer/_version.py @@ -1 +1 @@ -__version__ = '0.0.1' +__version__ = '0.1.0'