Skip to content

Commit

Permalink
Country names: en, es, fr, it (#170)
Browse files Browse the repository at this point in the history
* add country names
* clean build include/exclude usage
* codecov upload failure no longer cause test failure
  • Loading branch information
barrust committed Jan 20, 2024
1 parent ffd3f4e commit da01e8e
Show file tree
Hide file tree
Showing 11 changed files with 926 additions and 137 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml
fail_ci_if_error: true
fail_ci_if_error: false

build-verification:

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# pyspellchecker

## Version 0.8.1

* Update `en`, `es`, `fr`, and `it` to include country names; see [issue #168](https://github.com/barrust/pyspellchecker/issues/168)

## Version 0.8.0

* Leveraged the dictionary files from [levidromelist](https://www.levidromelist.com/levidrome-list/dictionary) to attempt to clean up the `en`, `es`, `fr`, `pt`, `'de`, and `nl`dictionaries; Attempts to resolve issues #164, #155, #150, #140, #115, and #107; see [issue #126](https://github.com/barrust/pyspellchecker/issues/126)
Expand Down
Loading

0 comments on commit da01e8e

Please sign in to comment.