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
Hey there and thank you for opening this pull request! 👋🏼
31
+
32
+
We require pull request titles to follow the [Conventional Commits specification](https://www.conventionalcommits.org/en/v1.0.0/) and it looks like your proposed title needs to be adjusted.
33
+
34
+
Details:
35
+
36
+
```
37
+
${{ steps.lint_pr_title.outputs.error_message }}
38
+
```
39
+
40
+
# Delete a previous comment when the issue has been resolved
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
12
+
- Add installer and jython binaries caching
13
+
- Add `cache-hit` output value, which is set to `true` if the Jython data/binaries are retrieved from cache.
14
+
15
+
## [v5] - 2024-05-16
16
+
17
+
### Added
18
+
12
19
- Now it is possible to use Jython 2.0 and 2.1 on `ubuntu` and `macos` runners!
13
20
- Added support for Powershell on all runners (previously only on `windows` runners)
14
21
- Added support for Windows Command Prompt (`cmd`) on windows runners. Notice that because of how the `cmd` handles single quotes it only works if no single quotes are used to enclose parameters: `jython.bat -c "print 'Hello world'"` will work, while `jython.bat -c 'print "Hello world"'` will not.
0 commit comments