Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to SentinelID are documented in this file.

## v2.3.5 (2026-03-01)

### Release Integrity Guardrails
- Added release duplicate-pair guard `scripts/release/check_no_duplicate_pairs.sh` to block accidental `<name> 2` artifacts when the original path exists.
- Integrated duplicate guard into `make release-check` and exposed it as `make check-no-duplicates`.
- Added `*.tsbuildinfo` to `.gitignore` to suppress transient TypeScript build artifacts from polluting release worktrees.

## v2.3.4 (2026-02-28)

### Release Pipeline Reliability
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
clean

help:
@echo "SentinelID v2.3.4 Commands"
@echo "SentinelID v2.3.5 Commands"
@echo ""
@echo "Demo"
@echo " make demo-up Start cloud/admin/postgres and wait for health"
Expand Down
2 changes: 1 addition & 1 deletion RUNBOOK.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SentinelID Runbook (v2.3.4)
# SentinelID Runbook (v2.3.5)

This is the single source of truth for local setup, run, and validation.

Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "SentinelID",
"version": "2.3.4"
"version": "2.3.5"
},
"tauri": {
"allowlist": {
Expand Down
2 changes: 1 addition & 1 deletion docs/DEMO_CHECKLIST.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SentinelID Demo Checklist (v2.3.4)
# SentinelID Demo Checklist (v2.3.5)

Target runtime: under 10 minutes for a full manual pass.

Expand Down
2 changes: 1 addition & 1 deletion docs/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Release Guide (v2.3.4)
# Release Guide (v2.3.5)

## Scope

Expand Down