Skip to content

Commit 530582c

Browse files
Bump lib/0.3.0
1 parent 07260eb commit 530582c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

lib/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## [Unreleased]
44

5+
6+
## [0.3.0] - 2024-06-12
7+
58
### Added
69

710
- `prefer_least_escapes` config option for preferring quote style deviations over additional escapes
@@ -37,7 +40,8 @@
3740
- Initial release
3841

3942

40-
[unreleased]: https://github.com/Crozzers/string-fixer/compare/lib/0.2.0...HEAD
43+
[unreleased]: https://github.com/Crozzers/string-fixer/compare/lib/0.3.0...HEAD
44+
[0.3.0]: https://github.com/Crozzers/string-fixer/compare/lib/0.2.0...lib/0.3.0
4145
[0.2.0]: https://github.com/Crozzers/string-fixer/compare/lib/0.1.0...lib/0.2.0
4246
[0.1.0]: https://github.com/Crozzers/string-fixer/compare/lib/0.0.1...lib/0.1.0
4347
[0.0.1]: https://github.com/Crozzers/string-fixer/releases/tag/lib/0.0.1

lib/string_fixer/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.0'
1+
__version__ = '0.3.0'

0 commit comments

Comments
 (0)