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
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ always bump at least minor; breaking schema changes bump major.
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.8.0] - 2026-08-02
11
+
10
12
### Added
11
13
- Add Tier 2 CircleCI detection (`infra/circleci`) for `.circleci/config.yml`, with positive and near-miss fixtures (#24).
12
14
- Add `infra/circleci` to the closed skill taxonomy (#24).
@@ -33,6 +35,13 @@ always bump at least minor; breaking schema changes bump major.
33
35
- Document the global install conflict between `redential` and `@redential/cli`, with guidance for updating or switching between them.
34
36
- Bump the checkout and setup-node GitHub Actions to their current v7 majors so CI uses Node 24-compatible action runtimes.
35
37
38
+
### Fixed
39
+
- Detect package additions from `package.json` dependency blocks
40
+
(`dependencies`, `devDependencies`, and `peerDependencies`) as Tier 1
41
+
evidence using the existing package signature map. (This entry was
42
+
misfiled under 0.7.0 for a few days: the change merged the day after
43
+
0.7.0 shipped and first reaches users in this release.)
44
+
36
45
## [0.7.0] - 2026-07-28
37
46
38
47
### Added
@@ -50,7 +59,6 @@ always bump at least minor; breaking schema changes bump major.
50
59
- Add `frontend/storybook` to the closed skill taxonomy for Storybook work.
51
60
52
61
### Fixed
53
-
- Detect package additions from `package.json` dependency blocks (`dependencies`, `devDependencies`, and `peerDependencies`) as Tier 1 evidence using the existing package signature map.
54
62
- Map the `prisma` and `wrangler` packages to their existing taxonomy slugs, closing package detection gaps.
55
63
- Fix the author identity prompt showing "1 commits" instead of "1 commit" when a single commit is found.
56
64
- Improved non-interactive prompt errors by adding actionable guidance to use `--author <email>` and `--yes` when author identity selection or authorization confirmation cannot be completed because input is unavailable.
0 commit comments