We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a59701c commit 769079aCopy full SHA for 769079a
NEWS.adoc
@@ -1,5 +1,15 @@
1
= Changes
2
3
+== [4.2.1] - 2023-01-26
4
+
5
+*Enhancements*
6
7
+* Scoop installer (thanks to https://github.com/goto1134)
8
9
+*Bugfixes*
10
11
+* The correct way of resolving kscript binary on Windows (thanks to https://github.com/goto1134)
12
13
== [4.2.0] - 2023-01-14
14
15
*Breaking changes*
build.gradle.kts
@@ -27,7 +27,7 @@ repositories {
27
}
28
29
group = "io.github.kscripting"
30
-version = "4.2.0"
+version = "4.2.1"
31
32
buildConfig {
33
packageName(project.group.toString() + "." + project.name)
0 commit comments