We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 038623e commit 8bee05dCopy full SHA for 8bee05d
1 file changed
CHANGELOG.md
@@ -0,0 +1,23 @@
1
+# Changelog
2
+
3
+All notable changes to this project will be documented in this file.
4
5
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [Unreleased]
9
10
+## [3.0.0] - 2023-06-08
11
12
+### Breaking changes
13
14
+- Renamed action output `jython-download-url` to `download-url`
15
16
+### Added
17
18
+- Support for Jython 2.0 and 2.1 (_only on `windows-*` runners_, see [#1](https://github.com/LukeSavefrogs/setup-jython/issues/1))
19
+- Exit with error when provided Jython version does not exist
20
21
+### Fixed
22
23
+- `download-url` description now do not have a placeholder text but actually holds meaningful info
0 commit comments