Skip to content

Commit 3591b14

Browse files
jpbelmoclaude
andcommitted
Release 0.8.0
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 2eeb35d commit 3591b14

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ always bump at least minor; breaking schema changes bump major.
77

88
## [Unreleased]
99

10+
## [0.8.0] - 2026-08-02
11+
1012
### Added
1113
- Add Tier 2 CircleCI detection (`infra/circleci`) for `.circleci/config.yml`, with positive and near-miss fixtures (#24).
1214
- Add `infra/circleci` to the closed skill taxonomy (#24).
@@ -33,6 +35,13 @@ always bump at least minor; breaking schema changes bump major.
3335
- Document the global install conflict between `redential` and `@redential/cli`, with guidance for updating or switching between them.
3436
- Bump the checkout and setup-node GitHub Actions to their current v7 majors so CI uses Node 24-compatible action runtimes.
3537

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+
3645
## [0.7.0] - 2026-07-28
3746

3847
### Added
@@ -50,7 +59,6 @@ always bump at least minor; breaking schema changes bump major.
5059
- Add `frontend/storybook` to the closed skill taxonomy for Storybook work.
5160

5261
### Fixed
53-
- Detect package additions from `package.json` dependency blocks (`dependencies`, `devDependencies`, and `peerDependencies`) as Tier 1 evidence using the existing package signature map.
5462
- Map the `prisma` and `wrangler` packages to their existing taxonomy slugs, closing package detection gaps.
5563
- Fix the author identity prompt showing "1 commits" instead of "1 commit" when a single commit is found.
5664
- 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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@redential/cli",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "Local, metadata-only proof bundles from git history. Source code never leaves your machine.",
55
"license": "Apache-2.0",
66
"type": "module",

0 commit comments

Comments
 (0)