From 033163a05ce740fd58b8b8b337ede73f5e9bc242 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 00:12:16 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 4 ++-- CHANGELOG.md | 19 +++++++++++++++++++ cli/CHANGELOG.md | 7 +++++++ cli/package-lock.json | 4 ++-- cli/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 7 files changed, 34 insertions(+), 8 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 993ab7b..dc470e7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { - ".": "0.3.0", - "cli": "0.1.2", + ".": "0.4.0", + "cli": "0.1.3", "mcp": "0.1.2", "python-sdk": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 732b1af..b497d5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ All notable changes to this project will be documented here. The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and the project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.4.0](https://github.com/looptech-ai/understand-quickly/compare/v0.3.0...v0.4.0) (2026-05-12) + + +### Features + +* **ci:** auto-merge release-please + dependabot PRs, supply-chain hardening ([#25](https://github.com/looptech-ai/understand-quickly/issues/25)) ([66a287b](https://github.com/looptech-ai/understand-quickly/commit/66a287b5fdbc3c566f47146142e3063830358d0a)) +* **ci:** docs-on-release workflow — auto-refresh README version refs on every release ([0cf992f](https://github.com/looptech-ai/understand-quickly/commit/0cf992ff8749a9ae291ead4d09133bddd6de027e)) +* **ci:** least-privilege token permissions per OpenSSF Scorecard + fix semantic-pr + first-interaction ([#27](https://github.com/looptech-ai/understand-quickly/issues/27)) ([ad67791](https://github.com/looptech-ai/understand-quickly/commit/ad67791815cf0acb308e89135ebe9732b84fc6fa)) +* **ci:** sigstore build provenance attestations on cli/mcp/pysdk publishes ([#26](https://github.com/looptech-ai/understand-quickly/issues/26)) ([88802c7](https://github.com/looptech-ai/understand-quickly/commit/88802c768bcf82ef259e0446d7ece303456fbd07)) +* **ci:** tier-1 community-repo polish — stale, semantic-pr, labeler, lychee, release-drafter, scorecard, first-interaction ([#22](https://github.com/looptech-ai/understand-quickly/issues/22)) ([5cc39a1](https://github.com/looptech-ai/understand-quickly/commit/5cc39a1fcc68548b57f80ecab28fb9dbbdf97f9b)) +* **pages:** intent-clarifying hero (audience grid + counters + MCP snippet + find-your-repo + onboarding) ([747004c](https://github.com/looptech-ai/understand-quickly/commit/747004c547f9db875fdb5346c289aa98165104c4)) +* **pages:** per-entry "Use this entry" install snippets ([146f7cb](https://github.com/looptech-ai/understand-quickly/commit/146f7cbd608e17e093aa64377629b03cdcdf2487)) + + +### Bug Fixes + +* **pages:** GitHub topbar/source links open in new tab (target=_blank) ([f423e78](https://github.com/looptech-ai/understand-quickly/commit/f423e78be605602d2a62644fa54223baf6f4b607)) +* **security:** codeql triage — harden test fixtures, validate openUrl input, fix scorecard pins ([25cee13](https://github.com/looptech-ai/understand-quickly/commit/25cee134eb575f74b691641b773ced51f01fad20)) + ## [0.3.0](https://github.com/looptech-ai/understand-quickly/compare/v0.2.0...v0.3.0) (2026-05-10) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index cb3cb2f..5bbb9f3 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @looptech-ai/understand-quickly-cli changelog +## [0.1.3](https://github.com/looptech-ai/understand-quickly/compare/cli-v0.1.2...cli-v0.1.3) (2026-05-12) + + +### Bug Fixes + +* **security:** codeql triage — harden test fixtures, validate openUrl input, fix scorecard pins ([25cee13](https://github.com/looptech-ai/understand-quickly/commit/25cee134eb575f74b691641b773ced51f01fad20)) + ## [0.1.2] — 2026-05-10 - Fix Node 18/20 CI: `tests/*.test.mjs` is now quoted so the glob is expanded by the test runner, not the shell — previously, Node 18 and 20 diff --git a/cli/package-lock.json b/cli/package-lock.json index 531af18..30ff9e5 100644 --- a/cli/package-lock.json +++ b/cli/package-lock.json @@ -1,12 +1,12 @@ { "name": "@understand-quickly/cli", - "version": "0.1.0", + "version": "0.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@understand-quickly/cli", - "version": "0.1.0", + "version": "0.1.3", "license": "Apache-2.0", "bin": { "understand-quickly": "bin/understand-quickly.mjs" diff --git a/cli/package.json b/cli/package.json index 773dfb9..e083035 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@looptech-ai/understand-quickly-cli", - "version": "0.1.2", + "version": "0.1.3", "description": "One-shot CLI to register a repo with the understand-quickly registry.", "type": "module", "bin": { diff --git a/package-lock.json b/package-lock.json index be8be60..48b51c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@understand-quickly/registry", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@understand-quickly/registry", - "version": "0.3.0", + "version": "0.4.0", "license": "Apache-2.0 AND LicenseRef-Understand-Quickly-Data-License-1.0", "devDependencies": { "@playwright/test": "^1.49.0", diff --git a/package.json b/package.json index 3223487..c250832 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@understand-quickly/registry", - "version": "0.3.0", + "version": "0.4.0", "private": true, "description": "Public registry of code-knowledge graphs for AI agents.", "author": "Alex Macdonald-Smith ",