Releases: mazulo/misspelling
Releases · mazulo/misspelling
v2.0.9
Fix
- Add a personal token to allow semantic-release to publish release (
a9d4547
)
v2.0.8
- Fix issue with _NORM_REGEX. #19
v2.0.7
- Changed LICENSE back to GPLv3
- Add feature where we can add
# ignore-misspelling
in a line where you want to ignore the misspelling to capture it.
v2.0.6
Highlights:
- Improved performance: #17
- We had a performance improvement of ~93%
- Fix regex used in
expand_directories
: #17
- Fixed typing across the codebase: #17