From a4f0ef4853ef7907106a4e6029970f821de7c65b Mon Sep 17 00:00:00 2001 From: Richie Caputo Date: Fri, 17 Apr 2026 17:31:48 -0400 Subject: [PATCH] chore: bump version references to 0.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Swept checked-in mill-bun_mill1 version pins from 0.2.0 to 0.2.1 and added a release date to the CHANGELOG's 0.2.1 heading. Integration- fixture build.mills keep their 0.0.0-NIGHTLY pins per RELEASING.md — those resolve against the locally published artifact, not Maven Central. Co-Authored-By: Claude Opus 4.7 (1M context) --- CHANGELOG.md | 2 +- README.md | 4 ++-- example-scalajs/build.mill | 2 +- example-typescript/build.mill | 2 +- examples/build.mill | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e276dc3..da12f99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Tag-driven release workflow for Maven Central publishing and GitHub releases. - Release runbook covering secrets, version sweep, annotated tags, and verification. -## [0.2.1] - Overridable test-time JS env +## [0.2.1] - Overridable test-time JS env (2026-04-17) ### Added diff --git a/README.md b/README.md index 647d8e5..716e277 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Keeps Mill's task graph, module structure, caching, Scala.js linker integration, //| mill-version: 1.1.5 //| mill-jvm-version: system //| mvnDeps: -//| - com.tjclp::mill-bun_mill1:0.2.0 +//| - com.tjclp::mill-bun_mill1:0.2.1 package build @@ -49,7 +49,7 @@ For published Scala.js libraries that must carry JS runtime dependencies to down //| mill-version: 1.1.5 //| mill-jvm-version: system //| mvnDeps: -//| - com.tjclp::mill-bun_mill1:0.2.0 +//| - com.tjclp::mill-bun_mill1:0.2.1 package build diff --git a/example-scalajs/build.mill b/example-scalajs/build.mill index c4b1032..921f9e4 100644 --- a/example-scalajs/build.mill +++ b/example-scalajs/build.mill @@ -1,7 +1,7 @@ //| mill-version: 1.1.5 //| mill-jvm-version: system //| mvnDeps: -//| - com.tjclp::mill-bun_mill1:0.2.0 +//| - com.tjclp::mill-bun_mill1:0.2.1 package build diff --git a/example-typescript/build.mill b/example-typescript/build.mill index 6e985e3..20c0bfb 100644 --- a/example-typescript/build.mill +++ b/example-typescript/build.mill @@ -1,6 +1,6 @@ //| mill-version: 1.1.5 //| mvnDeps: -//| - com.tjclp::mill-bun_mill1:0.2.0 +//| - com.tjclp::mill-bun_mill1:0.2.1 package build diff --git a/examples/build.mill b/examples/build.mill index 010a957..9d35347 100644 --- a/examples/build.mill +++ b/examples/build.mill @@ -1,7 +1,7 @@ //| mill-version: 1.1.5 //| mill-jvm-version: system //| mvnDeps: -//| - com.tjclp::mill-bun_mill1:0.2.0 +//| - com.tjclp::mill-bun_mill1:0.2.1 package build