Skip to content

Commit d9a1ab8

Browse files
chore: release main (#30)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 146f7cb commit d9a1ab8

7 files changed

Lines changed: 34 additions & 8 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
".": "0.3.0",
3-
"cli": "0.1.2",
2+
".": "0.4.0",
3+
"cli": "0.1.3",
44
"mcp": "0.1.2",
55
"python-sdk": "0.1.1"
66
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
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).
44

5+
## [0.4.0](https://github.com/looptech-ai/understand-quickly/compare/v0.3.0...v0.4.0) (2026-05-12)
6+
7+
8+
### Features
9+
10+
* **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))
11+
* **ci:** docs-on-release workflow — auto-refresh README version refs on every release ([0cf992f](https://github.com/looptech-ai/understand-quickly/commit/0cf992ff8749a9ae291ead4d09133bddd6de027e))
12+
* **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))
13+
* **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))
14+
* **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))
15+
* **pages:** intent-clarifying hero (audience grid + counters + MCP snippet + find-your-repo + onboarding) ([747004c](https://github.com/looptech-ai/understand-quickly/commit/747004c547f9db875fdb5346c289aa98165104c4))
16+
* **pages:** per-entry "Use this entry" install snippets ([146f7cb](https://github.com/looptech-ai/understand-quickly/commit/146f7cbd608e17e093aa64377629b03cdcdf2487))
17+
18+
19+
### Bug Fixes
20+
21+
* **pages:** GitHub topbar/source links open in new tab (target=_blank) ([f423e78](https://github.com/looptech-ai/understand-quickly/commit/f423e78be605602d2a62644fa54223baf6f4b607))
22+
* **security:** codeql triage — harden test fixtures, validate openUrl input, fix scorecard pins ([25cee13](https://github.com/looptech-ai/understand-quickly/commit/25cee134eb575f74b691641b773ced51f01fad20))
23+
524
## [0.3.0](https://github.com/looptech-ai/understand-quickly/compare/v0.2.0...v0.3.0) (2026-05-10)
625

726

cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @looptech-ai/understand-quickly-cli changelog
22

3+
## [0.1.3](https://github.com/looptech-ai/understand-quickly/compare/cli-v0.1.2...cli-v0.1.3) (2026-05-12)
4+
5+
6+
### Bug Fixes
7+
8+
* **security:** codeql triage — harden test fixtures, validate openUrl input, fix scorecard pins ([25cee13](https://github.com/looptech-ai/understand-quickly/commit/25cee134eb575f74b691641b773ced51f01fad20))
9+
310
## [0.1.2] — 2026-05-10
411
- Fix Node 18/20 CI: `tests/*.test.mjs` is now quoted so the glob is
512
expanded by the test runner, not the shell — previously, Node 18 and 20

cli/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@looptech-ai/understand-quickly-cli",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "One-shot CLI to register a repo with the understand-quickly registry.",
55
"type": "module",
66
"bin": {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@understand-quickly/registry",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"private": true,
55
"description": "Public registry of code-knowledge graphs for AI agents.",
66
"author": "Alex Macdonald-Smith <Alex.Mac@LoopTech.AI>",

0 commit comments

Comments
 (0)