File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed
cli/builtins/1-builtin-commands
scalalib/publishing/8-native-image-libs Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,16 @@ endif::[]
1212_The changelog below is for tagged, stable releases. For unstable releases,
1313see the list at https://repo1.maven.org/maven2/com/lihaoyi/mill-dist_
1414
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+
1525[#0-12-6]
1626=== 0.12.6 - 2025-01-31
1727:version: 0.12.6
Original file line number Diff line number Diff line change @@ -373,9 +373,10 @@ scalalib/basic/1-simple
373373...
374374scalalib/web/1-todo-webapp
375375scalalib/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
379380...
380381javalib/basic/1-simple
381382...
Original file line number Diff line number Diff line change @@ -53,3 +53,7 @@ object ZincWorkerGraalvm extends ZincWorkerModule {
5353".../bin/native-image.cmd"
5454
5555*/
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