From a7a59e2acfceb981c2af18878c1bd8629d576612 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 8 Apr 2026 12:32:46 +0000 Subject: [PATCH] chore: add spec analysis and release notes for solidarity 1.2.0 --- _release-notes.md | 5 +++++ _spec-analysis.md | 26 ++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 _release-notes.md create mode 100644 _spec-analysis.md diff --git a/_release-notes.md b/_release-notes.md new file mode 100644 index 0000000..7b920b8 --- /dev/null +++ b/_release-notes.md @@ -0,0 +1,5 @@ +## What's Changed +* 1.1.2: Simplify & Migrate Core User Flows by @kidneyweakx in https://github.com/p2p-solidarity/solidarity/pull/7 + + +**Full Changelog**: https://github.com/p2p-solidarity/solidarity/compare/1.1.2...1.2.0 diff --git a/_spec-analysis.md b/_spec-analysis.md new file mode 100644 index 0000000..58c6234 --- /dev/null +++ b/_spec-analysis.md @@ -0,0 +1,26 @@ +# Spec Analysis — solidarity 1.2.0 + +## Release Overview + +| Metric | Value | +|--------|-------| +| **Release** | `1.2.0` | +| **Compared against** | `(initial sync)` | +| **Commits** | N/A | +| **PRs merged** | N/A | +| **Files changed** | N/A | +| **Lines** | +N/A / −N/A | + +## File Change Classification + +### Spec / Interface / Schema (+adds/−dels) +_None detected_ + +### Architecture-Critical +_None detected_ + +### Config / Dependencies +_None detected_ + +--- +_Pre-computed by the sync workflow. Claude validates and enriches in Phase 1._