Skip to content

Release v0.0.130#57

Open
eugenehp wants to merge 26 commits intomainfrom
release/0.0.130
Open

Release v0.0.130#57
eugenehp wants to merge 26 commits intomainfrom
release/0.0.130

Conversation

@eugenehp
Copy link
Copy Markdown
Contributor

Release v0.0.130

Tracking release candidates for v0.0.130.

  • Each push to this branch via npm run release -- --rc produces a new RC build.
  • Users opted into the rc update channel receive each iteration automatically.
  • Merging this PR promotes the most recent RC to stable. The promoted binary is byte-identical to the tested RC — no rebuild happens.

Merge policy

Use rebase merge or squash merge. A regular merge commit creates a new commit hash, which would break bit-identity between RC and stable.

Iterations

  • v0.0.130-rc.2

(more added as RCs are cut)

@eugenehp eugenehp added the release Release PR — merge with rebase or squash only label Apr 29, 2026
@github-actions
Copy link
Copy Markdown

Merge strategy: rebase or squash only

This PR is labeled release. Promotion of the most recent RC to stable depends on the merged commit message on main matching the version string exactly (e.g. 0.5.1-rc.3).

A regular merge commit would:

  • create a different commit hash than the tested RC → break bit-identity between RC and stable
  • carry a generic merge message → the promote workflow silently skips, leaving stable pointing at the previous release

When merging, click the dropdown next to the green button and pick Rebase and merge or Squash and merge.

1 similar comment
@github-actions
Copy link
Copy Markdown

Merge strategy: rebase or squash only

This PR is labeled release. Promotion of the most recent RC to stable depends on the merged commit message on main matching the version string exactly (e.g. 0.5.1-rc.3).

A regular merge commit would:

  • create a different commit hash than the tested RC → break bit-identity between RC and stable
  • carry a generic merge message → the promote workflow silently skips, leaving stable pointing at the previous release

When merging, click the dropdown next to the green button and pick Rebase and merge or Squash and merge.

@eugenehp
Copy link
Copy Markdown
Contributor Author

🚀 New RC: v0.0.130-rc.4

CI is building. Once the workflow finishes, RC channel users will receive this build automatically on their next update check.

Release notes for this RC

Features

  • Minor updates and improvements

@eugenehp
Copy link
Copy Markdown
Contributor Author

🚀 New RC: v0.0.130-rc.6

CI is building. Once the workflow finishes, RC channel users will receive this build automatically on their next update check.

Release notes for this RC

Features

  • Minor updates and improvements

eugenehp and others added 4 commits May 1, 2026 20:49
Both patches are no longer used in the crate graph:
- muda 0.17.2 patch: dependency has been upgraded to muda 0.19.1
- phf_generator 0.8.0 patch: dependency no longer resolves to 0.8.0

Cargo emits 'warning: patch ... was not used in the crate graph' for
each of these, which the bump.js preflight treats as a hard failure.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@eugenehp
Copy link
Copy Markdown
Contributor Author

eugenehp commented May 2, 2026

🚀 New RC: v0.0.130-rc.9

CI is building. Once the workflow finishes, RC channel users will receive this build automatically on their next update check.

Release notes for this RC

Features

  • Minor updates and improvements

@eugenehp
Copy link
Copy Markdown
Contributor Author

eugenehp commented May 2, 2026

🚀 New RC: v0.0.130-rc.10

CI is building. Once the workflow finishes, RC channel users will receive this build automatically on their next update check.

Release notes for this RC

Features

  • fix windows ci

eugenehp added 3 commits May 1, 2026 23:27
2. Search BETWEEN mismatch → `DualTimestampRange` in skill-commands
3. `date_from_ts` wrong date folder for 17-digit → digit-count dispatch in skill-commands
4. UMAP `load_embeddings_range` same BETWEEN + `ts/1000` bugs → skill-router
5. Reembed `extract_epoch_samples` given garbage seconds → `epoch_ts_to_unix` in settings_exg.rs
6. Session epoch-count always `None` in history UI → `epoch_ts_to_unix` in skill-history
@eugenehp
Copy link
Copy Markdown
Contributor Author

eugenehp commented May 2, 2026

🚀 New RC: v0.0.130-rc.11

CI is building. Once the workflow finishes, RC channel users will receive this build automatically on their next update check.

Release notes for this RC

Features

    1. GPU f16 SHADER_F16 panic → catch_unwind in worker.rs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release Release PR — merge with rebase or squash only

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant