Skip to content

Commit

Permalink
0.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Feb 1, 2025
1 parent 3ad0947 commit 3d7315e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
10 changes: 10 additions & 0 deletions changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ endif::[]
_The changelog below is for tagged, stable releases. For unstable releases,
see the list at https://repo1.maven.org/maven2/com/lihaoyi/mill-dist_

[#0-12-7]
=== 0.12.7 - 2025-02-01
:version: 0.12.7
:milestone-name: 0.12.7
:milestone: 110
:prev-version: 0.12.6

* Upgrade OS-Lib to fix usage of `os.zip` on folders {link-pr}/4444[#4444]
* Add example of using Mill to build a Http4S Web Application {link-pr}/4446[#4446]

[#0-12-6]
=== 0.12.6 - 2025-01-31
:version: 0.12.6
Expand Down
7 changes: 4 additions & 3 deletions example/cli/builtins/1-builtin-commands/build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -373,9 +373,10 @@ scalalib/basic/1-simple
...
scalalib/web/1-todo-webapp
scalalib/web/2-webapp-cache-busting
scalalib/web/3-scalajs-module
scalalib/web/4-webapp-scalajs
scalalib/web/5-webapp-scalajs-shared
scalalib/web/3-todo-http4s
scalalib/web/4-scalajs-module
scalalib/web/5-webapp-scalajs
scalalib/web/6-webapp-scalajs-shared
...
javalib/basic/1-simple
...
Expand Down
4 changes: 4 additions & 0 deletions example/scalalib/publishing/8-native-image-libs/build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,7 @@ object ZincWorkerGraalvm extends ZincWorkerModule {
".../bin/native-image.cmd"

*/

// For more details on using Graal, check the this blog post:
//
// - xref:blog:ROOT:7-graal-native-executables.adoc[]

0 comments on commit 3d7315e

Please sign in to comment.