Skip to content

release: v1.47.0#251

Merged
apotema merged 1 commit into
mainfrom
release/v1.47.0
Jun 12, 2026
Merged

release: v1.47.0#251
apotema merged 1 commit into
mainfrom
release/v1.47.0

Conversation

@apotema

@apotema apotema commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Version bump for the work merged since v1.46.2: labelle run perf/CI flags --headless / --uncapped / --ticks / --profile (#245), labelle doctor desktop dependency preflight + SDL2 provisioning with build/run auto-wiring (#249), and the Versions Integration Test libsdl2-dev CI fix (#250). Tag v1.47.0 will be pushed after merge to trigger the R2 binary release.

@cursor

cursor Bot commented Jun 12, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Manifest-only version string change with no runtime or build-logic modifications in this diff.

Overview
Release version bump for labelle_cli from 1.46.2 to 1.47.0 in build.zig.zon, aligning the package manifest with the v1.47.0 tag and R2 binary release workflow described for this PR.

No functional code changes appear in this diff—only the .version field is updated.

Reviewed by Cursor Bugbot for commit 63d009b. Bugbot is set up for automated code reviews on this repo. Configure here.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the version of labelle_cli to 1.47.0 in build.zig.zon. The review feedback identifies two encoding-related issues: the introduction of an invalid Byte Order Mark (BOM) at the start of the file, and the corruption of an em-dash character in a comment. Both issues should be resolved to ensure proper parsing by the Zig compiler and to maintain comment readability.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread build.zig.zon Outdated
@@ -1,11 +1,11 @@
.{
.{

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

A Byte Order Mark (BOM) has been introduced at the very beginning of the file. Zig source and manifest files must be UTF-8 encoded without a BOM. Having a BOM can cause compilation or parsing errors with the Zig compiler and build system. Please remove the BOM.

.{

Comment thread build.zig.zon Outdated
.dependencies = .{
// Issue #217: labelle-cli is a thin driver over the standalone
// labelle-assembler binary it no longer compiles in the
// labelle-assembler binary — it no longer compiles in the

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The em-dash () in the comment has been corrupted into — due to an encoding mismatch (likely UTF-8 interpreted as Windows-1252/ISO-8859-1 and saved back). Please restore it to a proper em-dash or a standard hyphen to maintain comment readability.

        // labelle-assembler binary — it no longer compiles in the

@apotema apotema merged commit 9819dfe into main Jun 12, 2026
6 checks passed
@apotema apotema deleted the release/v1.47.0 branch June 12, 2026 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant