Skip to content

Commit 0652039

Browse files
author
Holger Brandl
committed
Incremented version to v2.7.0
1 parent d610071 commit 0652039

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

NEWS.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11

2+
## 2.7
3+
4+
Improvements & Fixes
5+
6+
* [#210](https://github.com/holgerbrandl/kscript/issues/210): Updated gradle capsule plugin
7+
* [#102](https://github.com/holgerbrandl/kscript/issues/102): Removed `--self-update`
8+
* Use resource from repo for resolve boostrap header
9+
* [#203](https://github.com/holgerbrandl/kscript/issues/203): Fix cache check bug on Windows
10+
* [#199](https://github.com/holgerbrandl/kscript/issues/199): Allow to bootstrap kscript installation with `--add-bootstrap-header`
11+
* [#200](https://github.com/holgerbrandl/kscript/issues/200): Expose script file name to script
12+
213

314
## v2.6
415

516

6-
Major Improvents
17+
Major Improvements
718

819
* [#166](https://github.com/holgerbrandl/kscript/issues/166): Support dynamic versions ending with `+`
920
* [#185](https://github.com/holgerbrandl/kscript/issues/185): Support "~" in INCLUDE ()
@@ -155,7 +166,7 @@ Other changes
155166

156167
## v1.1
157168

158-
* Support for stdin and process substitution as script source. See [examples](examples/unit_tests.sh)
169+
* Support for stdin and process substitution as script source. See [examples](examples)
159170
* versioning and auto-update
160171
* basic command-line help
161172
* Added support for `KOTLIN_OPTS` (see [#8](https://github.com/holgerbrandl/kscript/issues/8))

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

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

24-
const val KSCRIPT_VERSION = "2.6.0"
24+
const val KSCRIPT_VERSION = "2.7.0"
2525

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

0 commit comments

Comments
 (0)