Skip to content

Commit 3d7315e

Browse files
committed
0.12.7
1 parent 3ad0947 commit 3d7315e

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

changelog.adoc

+10
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ endif::[]
1212
_The changelog below is for tagged, stable releases. For unstable releases,
1313
see 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

example/cli/builtins/1-builtin-commands/build.mill

+4-3
Original file line numberDiff line numberDiff line change
@@ -373,9 +373,10 @@ scalalib/basic/1-simple
373373
...
374374
scalalib/web/1-todo-webapp
375375
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
379380
...
380381
javalib/basic/1-simple
381382
...

example/scalalib/publishing/8-native-image-libs/build.mill

+4
Original file line numberDiff line numberDiff 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[]

0 commit comments

Comments
 (0)