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 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 ) )
Original file line number Diff line number Diff 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
2626val selfName = System .getenv(" CUSTOM_KSCRIPT_NAME" ) ? : " kscript"
2727
You can’t perform that action at this time.
0 commit comments