File tree 3 files changed +18
-3
lines changed
cli/builtins/1-builtin-commands
scalalib/publishing/8-native-image-libs
3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,16 @@ endif::[]
12
12
_The changelog below is for tagged, stable releases. For unstable releases,
13
13
see the list at https://repo1.maven.org/maven2/com/lihaoyi/mill-dist_
14
14
15
+ [#0-12-7]
16
+ === 0.12.7 - 2025-02-01
17
+ :version: 0.12.7
18
+ :milestone-name: 0.12.7
19
+ :milestone: 110
20
+ :prev-version: 0.12.6
21
+
22
+ * Upgrade OS-Lib to fix usage of `os.zip` on folders {link-pr}/4444[#4444]
23
+ * Add example of using Mill to build a Http4S Web Application {link-pr}/4446[#4446]
24
+
15
25
[#0-12-6]
16
26
=== 0.12.6 - 2025-01-31
17
27
:version: 0.12.6
Original file line number Diff line number Diff line change @@ -373,9 +373,10 @@ scalalib/basic/1-simple
373
373
...
374
374
scalalib/web/1-todo-webapp
375
375
scalalib/web/2-webapp-cache-busting
376
- scalalib/web/3-scalajs-module
377
- scalalib/web/4-webapp-scalajs
378
- scalalib/web/5-webapp-scalajs-shared
376
+ scalalib/web/3-todo-http4s
377
+ scalalib/web/4-scalajs-module
378
+ scalalib/web/5-webapp-scalajs
379
+ scalalib/web/6-webapp-scalajs-shared
379
380
...
380
381
javalib/basic/1-simple
381
382
...
Original file line number Diff line number Diff line change @@ -53,3 +53,7 @@ object ZincWorkerGraalvm extends ZincWorkerModule {
53
53
".../bin/native-image.cmd"
54
54
55
55
*/
56
+
57
+ // For more details on using Graal, check the this blog post:
58
+ //
59
+ // - xref:blog:ROOT:7-graal-native-executables.adoc[]
You can’t perform that action at this time.
0 commit comments