You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Change Log for spellcheck-github-actions
2
2
3
+
## 0.33.1, 2023-07-13, bug fix release, update not required
4
+
5
+
- 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.
6
+
7
+
The issue was observed in [#166](https://github.com/rojopolis/spellcheck-github-actions/issues/166) reported by @nlhomme, where the action was reporting success, even though the spellcheck was failing.
8
+
9
+
The bug information was lifted into a new issue [#167](https://github.com/rojopolis/spellcheck-github-actions/issues/167) and was addressed in PR [#168](https://github.com/rojopolis/spellcheck-github-actions/pull/168) by @jonasbn
10
+
3
11
## 0.33.0, 2023-06-16, maintenance release, update not required
4
12
5
13
- Docker image updated to Python 3.11.4 slim via PR [#164](https://github.com/rojopolis/spellcheck-github-actions/pull/164) from Snyk. [Release notes for Python 3.11.4](https://docs.python.org/release/3.11.4/whatsnew/changelog.html)
@@ -68,7 +68,7 @@ For example, it could be named `.github/workflows/spelling_action.yml` for easy
68
68
69
69
### Using a Canonical Version
70
70
71
-
In the above example, the configuration is pointing to the exact version of `0.33.0`, this repository also offers the canonical version `v0`, so there is less hassle keeping the action up to date.
71
+
In the above example, the configuration is pointing to the exact version of `0.33.1`, this repository also offers the canonical version `v0`, so there is less hassle keeping the action up to date.
0 commit comments