Skip to content

Releases: rojopolis/spellcheck-github-actions

0.38.0

13 Jun 15:51
d354a4d
Compare
Choose a tag to compare

What's Changed

  • Bump python from 3.12.3-slim-bullseye to 3.12.4-slim-bullseye by @dependabot in #202

Full Changelog: 0.37.0...0.38.0

0.37.0

01 Jun 15:56
e36f662
Compare
Choose a tag to compare

What's Changed

  • Bump python from 3.12.1-slim-bullseye to 3.12.2-slim-bullseye by @dependabot in #197
  • Bump python from 3.12.2-slim-bullseye to 3.12.3-slim-bullseye by @dependabot in #199

Full Changelog: 0.36.0...0.37.0

0.36.0

06 Feb 19:50
dbd2f1d
Compare
Choose a tag to compare

0.36.0, 2024-02-06, feature release, update not required

0.35.0

16 Nov 14:59
Compare
Choose a tag to compare

What's Changed

  • Bump python from 3.11.5-slim-bullseye to 3.12.0-slim-bullseye by @dependabot in #177

Full Changelog: 0.34.0...0.35.0

0.34.0

29 Sep 18:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.33.1...0.34.0

0.33.1

13 Jul 15:28
Compare
Choose a tag to compare

0.33.1, 2023-07-13, bug fix release, update not required

  • An update is recommended if you are using the output_file parameter, since the output file handling was shielding the propagation of the status of the actual spellcheck.

    The issue was observed in #166 reported by @nlhomme, where the action was reporting success, even though the spellcheck was failing.

    The bug information was lifted into a new issue #167 and was addressed in PR #168 by @jonasbn

0.33.0

16 Jun 18:36
Compare
Choose a tag to compare

What's Changed

  • [Snyk] Security upgrade python from 3.11.3-slim-bullseye to 3-slim-bullseye by @jonasbn in #164

Full Changelog: 0.32.0...0.33.0

0.32.0

18 May 09:48
Compare
Choose a tag to compare

0.32.0, 2023-05-18, security patch release, update recommended

  • @dependabot raised an alert for the used dependency: pymdown-extensions. The vulnerability is labelled as CVE-2023-32309. The issue has been present in pymdown-extensions since version 1.5.0 and is patched in version 10.0.

  • Snyk has provided a patch via PR #158, which has been tested and no regressions has been observed, even with a version leap for pymdown-extensions. from version 8.2 to 10.0. The GitHub Action has been updated to use the patched version, even though there are no direct use of the vulnerable code in the action, but we do not want to be the source of a vulnerability.

  • pymdown-extensions was increased to version 10.0.1, since a bug fix was released to follow up on the security patch.

0.31.0

16 May 17:06
Compare
Choose a tag to compare

0.31.0, 2023-05-16, maintenance release, update not required

0.30.0

20 Feb 16:44
Compare
Choose a tag to compare

0.30.0, 2023-02-20, maintenance release, update not required

  • PySpelling updated from version 2.8.1 to 2.8.2, including several fixes

    • FIX: Ensure that Aspell actually uses the encoding passed to it for dictionaries.
    • FIX: Use a disallow list for problematic or unsupported arguments to the underlying spell checker instead of using a more restrictive allow list.
    • FIX: Fix logic bug in JavaScript filter.
  • Lifted from the release notes for PySpelling

  • Docker image updated to Python 3.11.2 slim via PR #142 from @dependabot. Release notes for Python 3.11.2