Skip to content

Commit 65c9881

Browse files
committed
release: V1.54.0
Prepare Clarity with the verified cleanup, diagnosis, uninstall, and terminal improvements. Record the declared Go toolchain requirement so local release checks preserve macOS 12 compatibility.
1 parent 54663c5 commit 65c9881

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.claude/skills/release-flow/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ At the start of any release-flavored task, restate which channels this run will
2626
5. `./scripts/check.sh --format` and `TERM=xterm-256color MOLE_TEST_NO_AUTH=1 MOLE_TEST_JOBS=2 BATS_FORMATTER=tap ./scripts/test.sh` both exit 0.
2727
6. `go test ./...` and `make build` both pass.
2828

29+
Use the Go version declared in `go.mod` for local release builds, matching `actions/setup-go` in CI, then run `scripts/check_release_minos.sh` on both architectures. A newer local Go can raise the minimum macOS version even with `CGO_ENABLED=0`; Go 1.27 produces macOS 13 binaries where this release's Go 1.25 toolchain preserves macOS 12. Rebuild with the declared toolchain instead of relaxing the minimum-OS gate.
30+
2931
## Tag and publish
3032

3133
```bash

SECURITY_AUDIT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Mole Security Audit
22

3-
This document describes the security-relevant behavior of the current `main` branch, updated for V1.53.0 on 2026-08-30. It is intended as a public description of Mole's safety boundaries, destructive-operation controls, release integrity signals, and known limitations.
3+
This document describes the security-relevant behavior of the current `main` branch, updated for V1.54.0 on 2026-09-13. It is intended as a public description of Mole's safety boundaries, destructive-operation controls, release integrity signals, and known limitations.
44

55
## Executive Summary
66

mole

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ source "$SCRIPT_DIR/lib/core/commands.sh"
6161
trap cleanup_temp_files EXIT INT TERM
6262

6363
# Version and update helpers
64-
VERSION="1.53.0"
64+
VERSION="1.54.0"
6565
MOLE_TAGLINE="Deep clean and optimize your Mac."
6666

6767
is_touchid_configured() {

0 commit comments

Comments
 (0)