Skip to content

Commit

Permalink
* Updated kscript version
Browse files Browse the repository at this point in the history
* Updated NEWS.adoc

Signed-off-by: Marcin Kuszczak <1508798+aartiPl@users.noreply.github.com>
  • Loading branch information
aartiPl committed Jan 26, 2023
1 parent a59701c commit 769079a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions NEWS.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
= Changes

== [4.2.1] - 2023-01-26

*Enhancements*

* Scoop installer (thanks to https://github.com/goto1134)

*Bugfixes*

* The correct way of resolving kscript binary on Windows (thanks to https://github.com/goto1134)

== [4.2.0] - 2023-01-14

*Breaking changes*
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repositories {
}

group = "io.github.kscripting"
version = "4.2.0"
version = "4.2.1"

buildConfig {
packageName(project.group.toString() + "." + project.name)
Expand Down

0 comments on commit 769079a

Please sign in to comment.