Skip to content

Commit 769079a

Browse files
committed
* Updated kscript version
* Updated NEWS.adoc Signed-off-by: Marcin Kuszczak <[email protected]>
1 parent a59701c commit 769079a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

NEWS.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
= Changes
22

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+
313
== [4.2.0] - 2023-01-14
414

515
*Breaking changes*

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repositories {
2727
}
2828

2929
group = "io.github.kscripting"
30-
version = "4.2.0"
30+
version = "4.2.1"
3131

3232
buildConfig {
3333
packageName(project.group.toString() + "." + project.name)

0 commit comments

Comments
 (0)