Skip to content

Commit 4bd118b

Browse files
committed
inc version to 2.5.0
1 parent 8e16c64 commit 4bd118b

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

NEWS.md

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

22

3+
## v2.5
4+
5+
Major Improvements
6+
7+
* Support dependencies with different types (pom instead of jar)
8+
* Use current kotlin for temporary project when using `--idea`
9+
* Started [kshell launcher](https://github.com/holgerbrandl/kscript/tree/master/misc/kshell_launcher) for kscriptlets
10+
* Support `--idea` with includes
11+
12+
Minor Enhancements
13+
14+
* Avoid dependency duplications when using `//INCLUDE` recursively
15+
* Fixed: Unable to run script with plus character in filename
16+
* Allow to include same file from multiple files
17+
* Fixed: Space-containing argument propagation
18+
19+
320
## v2.4
421

522
Major Enhancements:

src/main/kotlin/kscript/app/Kscript.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import kotlin.system.exitProcess
2020
* @author Holger Brandl
2121
*/
2222

23-
const val KSCRIPT_VERSION = "2.4.5"
23+
const val KSCRIPT_VERSION = "2.5.0"
2424

2525
val selfName = System.getenv("CUSTOM_KSCRIPT_NAME") ?: "kscript"
2626

0 commit comments

Comments
 (0)