Releases: rojopolis/spellcheck-github-actions
0.27.0
0.27.0, 2022-09-09, feature release, update not required
-
Support for default PySpelling configuration files via PR #116 from @proffalken
-
Docker image updated to Python 3.10.6 slim via PR #117 from @dependabot. Release notes for Python 3.10.6
0.26.0
0.26.0, 2022-08-04, maintenance release, update recommended
- The core component PySpelling has been updated from version 2.7.3 to version 2.8.1, see the release history for PySpelling
0.25.0
0.25.0, 2022-07-08, maintenance release, update recommended
-
lxml
requirement bumped from version 4.6.5 to 4.9.1 addressing a security issue SNYK-PYTHON-LXML-2940874 / CVE-2022-2309 / CWE-476 via PR #104 from @snyk-bot -
Docker image updated to Python 3.10.5 slim from 3.10.4 slim via PR #102 from @dependabot
0.24.0
0.24.0, 2022-05-17, feature release, update not required
-
@riccardoporreca created issue #68 requested the ability to create an output artifact.
With release 0.24.0 this is now available.
The action configuration has to have the
output_file
parameter specified, which is a new optional parameter.name: Spellcheck Action on: workflow_dispatch: push: jobs: build: name: Spellcheck runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: rojopolis/spellcheck-github-actions@0.24.0 name: Spellcheck (no output file) with: source_files: README.md CHANGELOG.md - uses: rojopolis/spellcheck-github-actions@0.24.0 name: Spellcheck (with output file) with: source_files: README.md CHANGELOG.md task_name: Markdown output_file: spellcheck-output.txt - uses: actions/upload-artifact@v3 name: Archive spellcheck output output with: name: Spellcheck artifact path: spellcheck-output.txt
This introduces the use of the upload-artifact@v3
action.
The generated artifact can be downloaded via GitHub UI/API, please consult the documentation for details and pointers.
Thanks to @riccardoporreca for his suggestion and additional review and comments on PR by @jonasbn
The release will be available for 365 days, with the new sunset policy
0.23.2
0.23.2, 2022-05-05, bug fix release, update not required
- Minor issue in release 0.23.1, the action was not adjusted to the latest release
0.23.1
0.23.1, 2022-05-05, bug fix release, update not required
- Addressing issue #84 via PR #90 from @jonasbn. With the introduction of use of optional quotes, do note the limitations outlined in the documentation - thanks to @xsaero00 for the bug report
0.23.0
0.23.0, 2022-04-09, feature release, update not required
-
Support for the French language. Support requested by @gcattan via issue #87
-
Docker image updated to Python 3.10.4 slim via PR #86 from @dependabot. Release notes for Python 3.10.4
-
Docker image updated to Python 3.10.3 slim via PR #85 from @dependabot. Release notes for Python 3.10.3
0.22.1
0.22.1, 2022-02-23, bug fix release, update recommended
-
Testing the new Spanish support feature more thoroughly, demonstrated that the Docker build process was broken and only English worked
0.22.0
0.22.0, 2022-02-21, feature release, update not required
- Support for the Spanish language. Support requested and implemented by @electrocucaracha via PR #81
This release should have been pushed a day