Skip to content

Commit e04780d

Browse files
committed
increased version to 2.6.0
1 parent c2d1e47 commit e04780d

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.6
4+
5+
6+
Major Improvents
7+
8+
* [#166](https://github.com/holgerbrandl/kscript/issues/166): Support dynamic versions ending with `+`
9+
* [#185](https://github.com/holgerbrandl/kscript/issues/185): Support "~" in INCLUDE ()
10+
* [#187](https://github.com/holgerbrandl/kscript/issues/187): Added support for shortened URLs
11+
* [#146](https://github.com/holgerbrandl/kscript/issues/146): Allow kscript cache directory to be configurable via `KSCRIPT_CACHE_DIR` environment variable
12+
* [#175](https://github.com/holgerbrandl/kscript/issues/175): `cygwin` support improvements
13+
* Improved `kshell` launcher to also launch scripts with invalid code
14+
15+
Notable Bug Fixes
16+
* Confusing error when filename starts with a number
17+
* Fixed usage `@file:CompilerOpts` in combination with `@file:Include`
18+
* Renamed `kshell_from_kscript` to `kshell_kts`
19+
320
## v2.5
421

522
Major Improvements

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.5.0"
23+
const val KSCRIPT_VERSION = "2.6.0"
2424

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

0 commit comments

Comments
 (0)