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
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ major version, and each entry says so when it happens.

## [Unreleased]

## [1.9.0] — 2026-08-29

Stable release. Records-only promotion of the accepted `v1.9.0-rc.7`
candidate: no template behaviour changes since rc.7 — the release line's
features and fixes are recorded in the rc.1–rc.7 sections below.

## [1.9.0-rc.7] — 2026-08-28

### Fixed
Expand Down Expand Up @@ -1182,7 +1188,8 @@ fixed in this release, and the remaining P3s are listed in `docs/roadmap.md`.
in-browser and CLI configurators, GitHub-issue submission flow, events /
cohorts / resources modules, Lunr search, thumbnails workflow.

[Unreleased]: https://github.com/crypticpy/phct/compare/v1.9.0-rc.7...HEAD
[Unreleased]: https://github.com/crypticpy/phct/compare/v1.9.0...HEAD
[1.9.0]: https://github.com/crypticpy/phct/compare/v1.9.0-rc.7...v1.9.0
[1.9.0-rc.7]: https://github.com/crypticpy/phct/compare/v1.9.0-rc.6...v1.9.0-rc.7
[1.9.0-rc.6]: https://github.com/crypticpy/phct/compare/v1.9.0-rc.5...v1.9.0-rc.6
[1.9.0-rc.5]: https://github.com/crypticpy/phct/compare/v1.9.0-rc.4...v1.9.0-rc.5
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ A fork is a copy, not a subscription: template releases do not reach you on thei
```bash
git remote add template https://github.com/crypticpy/phct.git
git fetch template --tags
npm run upgrade:check -- --to v1.9.0-rc.7 # read-only: what this exact release changes, in two lists
npm run upgrade:check -- --to v1.9.0 # read-only: what this exact release changes, in two lists
```

The whole protected-update and manual-recovery recipe: [`docs/upgrading.md`](docs/upgrading.md).
Expand Down
2 changes: 1 addition & 1 deletion docs/release-readiness-plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- Status: in execution; automated baseline implemented 2026-08-22
- Created: 2026-08-21
- Target: a release candidate suitable for the wider BCHC demo audience next week
- Candidate: `v1.9.0-rc.7`
- Release: `v1.9.0` (stable, promoted from `v1.9.0-rc.7`)
- Parent repository: [`crypticpy/phct`](https://github.com/crypticpy/phct)
- Downstream demo: [`crypticpy/bchc-ai-use-case-catalog`](https://github.com/crypticpy/bchc-ai-use-case-catalog)

Expand Down
Loading