Skip to content

release: v0.11.1 - #151

Merged
wiiiimm (wiiiimm) merged 1 commit into
mainfrom
release
Sep 2, 2026
Merged

release: v0.11.1#151
wiiiimm (wiiiimm) merged 1 commit into
mainfrom
release

Conversation

@altabella

Copy link
Copy Markdown
Member

Merging this cuts v0.11.1.

It tags the merge commit and starts release.yml there: three
platforms built and tested, checked for anything dynamically
linked beyond the C runtime, tarballed with checksums,
published to npm, then attached to a GitHub Release so
npx opscope is this version.

This PR rewrites itself on every merge to main. Do not commit
to it - the branch is force-pushed - and edit the changelog on
main instead if something reads badly.


[0.11.1] - 2026-09-02

Bug Fixes

Documentation

  • Drop the Windows sentence from the platforms note

The manifest moves ahead of the tag so the tag can point at a
commit whose version already matches it. release.yml checks
they agree and refuses to build otherwise, which is only a
meaningful check when nothing in the pipeline edits the
manifest on the way past.

Prepared by the release-pr workflow. Merging this is the
release.
@coderabbitai

coderabbitai Bot commented Sep 2, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Team

Run ID: ea809c25-9138-45f1-b4fc-6642277673d2


Comment @coderabbitai help to get the list of available commands.

@greptile-apps

greptile-apps Bot commented Sep 2, 2026

Copy link
Copy Markdown

Greptile Summary

This release PR prepares v0.11.1 by synchronizing the Rust workspace versions and adding the generated changelog entry.

  • Bumps opscope-core and opscope-widgets from 0.11.0 to 0.11.1.
  • Updates the widgets crate’s path dependency requirement to match the workspace version.
  • Documents the agent-usage pricing fix and platform-note documentation change.

Confidence Score: 5/5

The PR appears safe to merge because its release metadata is internally consistent and the publication workflow validates version alignment.

The workspace manifests and lockfile consistently identify version 0.11.1, while npm package versions are derived from the release tag and checked against the workspace manifest before publication.

Important Files Changed

Filename Overview
Cargo.toml Bumps the shared Rust workspace version to 0.11.1, matching the intended release tag.
widgets/Cargo.toml Keeps the widgets crate’s opscope-core dependency requirement aligned with the workspace release.
Cargo.lock Records the synchronized 0.11.1 versions for both workspace packages.
CHANGELOG.md Adds the generated v0.11.1 release notes consistent with the PR description.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart LR
    C[Cargo.toml v0.11.1] --> T[Release tag v0.11.1]
    T --> W[release.yml]
    W --> P[npm/pack.js]
    P --> N[npm packages v0.11.1]
    C --> V[Version validation]
    T --> V
    V --> P
Loading

Reviews (1): Last reviewed commit: "release: v0.11.1" | Re-trigger Greptile

@wiiiimm
wiiiimm (wiiiimm) merged commit 242a2dc into main Sep 2, 2026
11 checks passed
@wiiiimm
wiiiimm (wiiiimm) deleted the release branch September 2, 2026 08:24
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.

2 participants