Skip to content

release: v0.2.0 - #70

Merged
AojdevStudio merged 1 commit into
mainfrom
release-0.2.0
Jun 15, 2026
Merged

release: v0.2.0#70
AojdevStudio merged 1 commit into
mainfrom
release-0.2.0

Conversation

@AojdevStudio

Copy link
Copy Markdown
Owner

Lands the v0.2.0 CHANGELOG and aligns the workspace version, completing the release the GitWorkflow run started.

What's here

  • CHANGELOG.md for 0.2.0 (Keep a Changelog / SemVer), covering the full platform-spine build-out: product-module seam, feature gating, Stripe webhook ingestion, audit/event service, license sign/verify + /license/refresh, auth + /me, offline sync queue, SQLite migrations, the scoped gate registry, and the security policy. Written em-dash-free per the repo style.
  • Workspace version 0.1.00.2.0 in the root Cargo.toml (inherited by every member crate via version.workspace = true); Cargo.lock synced.

Why

The changelog declared ## [0.2.0] and links to releases/tag/v0.2.0, but Cargo.toml was still 0.1.0 and no tag existed (the mismatch Greptile flagged on #69). This makes the manifest, changelog, and the upcoming v0.2.0 tag agree.

Verification

  • cargo check --workspace clean at 0.2.0.
  • Supersedes the earlier local-only changelog commit (fdbd410); landing via PR per the repo's PRs-into-main workflow.

After merge: tag v0.2.0 on the squash commit.

@greptile-apps

greptile-apps Bot commented Jun 15, 2026

Copy link
Copy Markdown

Greptile Summary

This PR completes the v0.2.0 release by adding the CHANGELOG.md and bumping the workspace version from 0.1.0 to 0.2.0 in Cargo.toml, resolving the manifest/changelog mismatch flagged in #69.

  • CHANGELOG.md is new, following Keep a Changelog 1.1.0 / SemVer format; it documents the full platform-spine build-out across 14 Added entries and 8 Changed entries, with correct [Unreleased] and [0.2.0] link definitions at the bottom.
  • Cargo.toml workspace version incremented to 0.2.0; Cargo.lock reflects the propagated bump across all seven member crates (api, desktop, license-sign, license-verify, local-store, shared, xtask).

Confidence Score: 5/5

Safe to merge — changes are limited to documentation and a version number; no runtime logic is touched.

The diff is purely a new markdown file and a one-line version bump propagated to the lock file. All seven workspace crates continue to compile at 0.2.0, the changelog link definitions are well-formed, and the previous review issues (broken reference links, emoji prefixes) are fully addressed in this revision.

No files require special attention.

Important Files Changed

Filename Overview
CHANGELOG.md New file documenting v0.2.0 additions and changes; previously flagged issues (broken [#N] reference links, emoji prefixes) are resolved in this revision. Link definitions and date are correct.
Cargo.toml Single-line workspace version bump from 0.1.0 to 0.2.0; all other workspace configuration is unchanged.
Cargo.lock Auto-generated lock file reflecting the version bump across all seven workspace member crates; no dependency graph changes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[GitWorkflow run\nstarts release] --> B[CHANGELOG.md\nauthor drafts v0.2.0 entries]
    B --> C{PR #69:\nmanifest mismatch\nflagged}
    C -->|Cargo.toml still 0.1.0| D[PR #70 this PR\nFix version + finalize changelog]
    D --> E[Cargo.toml\n0.1.0 → 0.2.0]
    D --> F[CHANGELOG.md\nAdded + Changed entries\nlink definitions]
    D --> G[Cargo.lock\nseven crates synced\nto 0.2.0]
    E & F & G --> H[cargo check --workspace\nclean]
    H --> I[Merge PR #70]
    I --> J[Tag v0.2.0\non squash commit]
Loading

Reviews (2): Last reviewed commit: "release: v0.2.0 (changelog + workspace v..." | Re-trigger Greptile

Comment thread CHANGELOG.md Outdated
Comment thread CHANGELOG.md Outdated
Comment thread CHANGELOG.md Outdated
- Add CHANGELOG.md for 0.2.0 (Keep a Changelog format) covering the platform
  spine build-out: product seam, feature gating, Stripe webhooks, audit events,
  license sign/verify, auth, offline sync, migrations, and the security policy.
  Em-dash-free per the repo writing style.
- Bump workspace version 0.1.0 -> 0.2.0 (inherited by all member crates via
  version.workspace = true) so the manifest, the changelog, and the v0.2.0 tag
  agree. Cargo.lock synced; cargo check clean.

Supersedes the local-only changelog commit (fdbd410); lands via PR per the
repo's PRs-into-main workflow.
@AojdevStudio
AojdevStudio merged commit d93c802 into main Jun 15, 2026
3 checks passed
@AojdevStudio
AojdevStudio deleted the release-0.2.0 branch June 15, 2026 17:34
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