You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,28 @@
2
2
3
3
All notable changes to hypergumbo are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
4
4
5
-
- Released **tool** is at: v0.9.0
5
+
- Released **tool** is at: v0.9.1
6
6
- Released **schema** is at: v0.2.0
7
7
8
8
This changelog tracks the **tool version** (package releases). The **schema version** (output format) is tracked separately in `schema.py` as `SCHEMA_VERSION`. The schema version only changes when the JSON output format has breaking changes.
9
9
10
10
## [Unreleased]
11
11
12
-
## [0.9.0] - 2026-01-09
12
+
## [0.9.1] - 2026-01-09
13
+
14
+
### Fixed
15
+
-**Incomplete v0.9.0 release:** The v0.9.0 release was accidentally built from the wrong branch
16
+
and did not include the ADR-0003 implementation (framework patterns, `--frameworks` flag,
17
+
semantic entry detection, etc.). This release includes all the features described in the
18
+
v0.9.0 changelog. Users should upgrade from v0.9.0 to v0.9.1.
19
+
20
+
### Added
21
+
- Regenerated `docs/ARCHITECTURE.md` with current codebase metrics.
22
+
23
+
## [0.9.0] - 2026-01-09 (INCOMPLETE RELEASE)
24
+
25
+
> **Warning:** This release was built from the wrong branch and is missing most features
26
+
> described below. Please use v0.9.1 instead.
13
27
14
28
### Changed (Breaking)
15
29
-**Schema version 0.2.0:** The output schema version bumped from 0.1.0 to 0.2.0.
Copy file name to clipboardExpand all lines: docs/RELEASE_SOP.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -214,9 +214,11 @@ This script:
214
214
215
215
#### Step 3: Human Creates Signed Tag
216
216
217
+
**Before running:** Have both your Codeberg SSH key passphrase and GPG signing key passphrase ready. The script makes multiple SSH connections and a GPG signing operation in quick succession, and passphrase timeouts between steps can cause the push to fail.
0 commit comments