diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f4cc7f..1330fef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2] - 2026-03-17 + +### Added +- `phi tutorial` — downloads example PD-L1 binder structures from the API and prints a step-by-step scoring walkthrough + +### Fixed +- GCS internal paths (`gs://...`) no longer shown in status output, research notes, or `phi fetch` results +- `phi design` / `phi boltzgen` feature-flagged behind `DYNO_ENABLE_DESIGN=1` env var +- macOS SSL certificate error when downloading tutorial files via signed URLs + ## [0.2.0] - 2026-03-17 ### Added diff --git a/CLI-REFERENCE.md b/CLI-REFERENCE.md index 43a320f..18e0726 100644 --- a/CLI-REFERENCE.md +++ b/CLI-REFERENCE.md @@ -5,7 +5,7 @@ Submit and monitor computational biology jobs, manage datasets, run structure prediction and inverse-folding pipelines, and download results — all from your terminal. -**Version:** 0.2.0 · **Package:** `dyno-phi` · **Requires:** Python ≥ 3.9 +**Version:** 0.2.2 · **Package:** `dyno-phi` · **Requires:** Python ≥ 3.9 --- diff --git a/src/phi/_version.py b/src/phi/_version.py index d3ec452..b5fdc75 100644 --- a/src/phi/_version.py +++ b/src/phi/_version.py @@ -1 +1 @@ -__version__ = "0.2.0" +__version__ = "0.2.2"