Release Notes: v1.2.1

Release date: 2026-02-22 Tag: v1.2.1

Summary

Code-update release that splits papers from technical resource search while keeping one shared catalog and automated routing by category.

Highlights

  • Added a dedicated papers GitHub Pages search page at docs/papers/index.html.
  • Updated the main technical search page to route paper discovery to the separate papers page.
  • Updated generation logic so:
    • non-paper resources are exported to docs/search/resources.json
    • paper resources are exported to docs/papers/resources.json
  • Updated resource sync workflow paths so bot PRs include the new papers payload.
  • Added tests for search payload partitioning logic.

Validation

  • python scripts/generate_resource_views.py
  • python scripts/validate_resource_catalog.py
  • python scripts/check_links.py
  • python -m pytest -q

Versioning Rule Applied

This release follows the project rule:

  • vMAJOR.CODE.RESOURCE
  • Code updates increment the middle figure.
  • Resource figure remains unchanged for this code release.

Compare