File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed
src/main/kotlin/kscript/app Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
1
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
+
2
13
3
14
## v2.6
4
15
5
16
6
- Major Improvents
17
+ Major Improvements
7
18
8
19
* [ #166 ] ( https://github.com/holgerbrandl/kscript/issues/166 ) : Support dynamic versions ending with ` + `
9
20
* [ #185 ] ( https://github.com/holgerbrandl/kscript/issues/185 ) : Support "~ " in INCLUDE ()
@@ -155,7 +166,7 @@ Other changes
155
166
156
167
## v1.1
157
168
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 )
159
170
* versioning and auto-update
160
171
* basic command-line help
161
172
* Added support for ` KOTLIN_OPTS ` (see [ #8 ] ( https://github.com/holgerbrandl/kscript/issues/8 ) )
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import kotlin.system.exitProcess
21
21
* @author Holger Brandl
22
22
*/
23
23
24
- const val KSCRIPT_VERSION = " 2.6 .0"
24
+ const val KSCRIPT_VERSION = " 2.7 .0"
25
25
26
26
val selfName = System .getenv(" CUSTOM_KSCRIPT_NAME" ) ? : " kscript"
27
27
You can’t perform that action at this time.
0 commit comments