Skip to content

Commit addfa7b

Browse files
schmonzclaude
andcommitted
release: date the pending version today (0.20260719.1 -> 0.20260722.1)
The version was staged on 2026-07-19 but the release stayed blocked on Windows until today, and the scheme is date-based — a tag dated three days before it ships misreports when the contents were finalized. Re-date to today across the four files that carry it (VERSION, package.json, package-lock.json, CHANGELOG heading). Contents are unchanged: the entry's "Fix Claude Edit and Write operations on existing files" line is now actually true on Windows too (the atomic-write open-flags fix, 9d0d8c6). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0177FCeFnRndRB8XonRsq1Ce
1 parent 318306c commit addfa7b

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

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

3-
## 0.20260719.1
3+
## 0.20260722.1
44

55
Turns out the JavaScript we carve out of an upstream Claude binary is platform-specific after all. `clode fetch` now downloads the closest match for your platform.
66

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.20260719.1
1+
0.20260722.1

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clode",
3-
"version": "0.20260719.1",
3+
"version": "0.20260722.1",
44
"private": true,
55
"description": "Build a standalone Claude Code binary for any machine: clode repackages the upstream Claude Code bundle into a single executable, either a portable QuickJS/tjs binary (quaude) or a Node SEA (naude). clode contains no Anthropic code; you supply your own Claude Code and build locally.",
66
"engines": {

0 commit comments

Comments
 (0)