Releases: rojopolis/spellcheck-github-actions
0.21.0
0.21.0, 2022-01-24, maintenance release, update not required
- Docker image updated to Python 3.10.2 slim via PR #78 from @dependabot
0.20.0
0.20.0, 2021-12-21, bug fix release, update recommended
- Made the version specified in the
action.yml
follow the version indicated in the repository. Apparently we where pointing tolatest
, which is good when and if we are backwards compatible and yes we are still in alpha expressed semantically by the version numbers starting with0
as in0.20.0
. This would however allow for us to release breaking changes, without breaking a lot of workflows, which would fetch the latest Docker image, which can be either unstable or a major release
0.19.0
0.19.0, 2021-12-18, security release , update recommended
- Requirement lxml updated from 4.6.3 to 4.6.5 via PR #71 from @snyk-bot. This addresses a security, cross-site scripting vulnerability (XSS) in the lxml library, see SNYK-PYTHON-LXML-2316995
From the release notes for lxml 4.6.5:
A vulnerability (GHSL-2021-1038) in the HTML cleaner allowed sneaking script content through SVG images.
A vulnerability (GHSL-2021-1037) in the HTML cleaner allowed sneaking script content through CSS imports and other crafted constructs.
- Docker image updated to Python 3.10.1 slim via PR #70 from @dependabot
0.18.0
0.18.0, 2021-10-31 feature release, update not required
- This release introduces an enhancement or new feature if your will, implemented by @riccardoporreca via PR #67. The enhancement takes advantage of the ability to make annotations on actions, so you can from the action overview see an annotation indicating the error by the emitted error message from the action
0.17.0
0.17.0 2021-10-14 maintenance release, update not required
- Docker image updated to Python 3.9.7 slim via PR #62 and again to Python 3.10.0 slim via PR #64 both from @dependabot
0.16.0
0.16.0 2021-08-15 bug fix release, update recommended
Experienced an issue with the new multi-stage Docker build, where aspell
disappears.
This release implements a hack to make use that it is present, by reinstalling it :-/
0.15.0
0.15.0 2021-08-13 maintenance release, update not required
Issue #53 describes an issue with ignoring Markdown regions with code fences. This was an issue in pyspelling
, which is the core component in this action. Luckily @facelessuser, the maintainer of pyspelling
was to fix it. So the requirement for pyspelling
was bumped from 2.6.1 to 2.7.3
Thanks to @supernovae and @facelessuser
This however demonstrated that several of the dependencies was not up to date.
'The following dependencies have been updated:
- backrefs updated from 4.5 to 5.0.1
- bracex updated from 2.0.1 to 2.1.1
- lxml updated from 4.6.0 to 4.6.3
- Markdown updated from 3.3.1 to 3.3.4
- pymdown-extensions updated from 8.1 to 8.2
- pyspelling updated from 2.6.1 to 2.7.3
- PyYAML updated from 5.3.1 to 5.4.1
- six updated from 1.15.0 to 1.16.0
- soupsieve updated from 2.0.1 to 2.2.1
- wcmatch updated from 7.1 to 8.2
Additionally some work has been done in regard to the Docker build, so it is possible to specify new languages, using multi-stage build, see PR #39 addressing issue: #13
Please see the Wiki for details.
-
Thanks to @PeterPetrik for correction to command line example in README
-
Docker image updated to Python 3.9.6 slim via PR #51 from @dependabot
0.14.0
0.14.0 2021-05-13 maintenance release, update not required
- Docker image updated to Python 3.9.5 slim via PR #48 from @dependabot
0.13.0
0.13.0 2021-04-14 maintenance release, update not required
- Docker image updated to Python 3.9.4 slim via PR #41 from @dependabot
0.12.0
0.12.0 2021-02-22 maintenance release, update not required
- Docker image updated to Python 3.9.2 slim via PR #38 from @dependabot