Skip to content

Commit

Permalink
Bump lib/0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 28, 2024
1 parent dc70616 commit c1371de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## [Unreleased]


## [0.1.0] - 2024-04-28

### Added

- Support for f-strings
Expand All @@ -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
2 changes: 1 addition & 1 deletion lib/string_fixer/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.1'
__version__ = '0.1.0'

0 comments on commit c1371de

Please sign in to comment.