diff --git a/.github/workflows/test-integration.yaml b/.github/workflows/test-integration.yaml index 325a4b5c..174537e7 100644 --- a/.github/workflows/test-integration.yaml +++ b/.github/workflows/test-integration.yaml @@ -32,7 +32,7 @@ jobs: python-version: ["3.9"] # , "3.10", "3.11"] runner-version: [ "pangeo-forge-runner==0.8.0", - "git+https://github.com/pangeo-forge/pangeo-forge-runner.git@injections#egg=pangeo_forge_runner", + "pangeo-forge-runner==0.9.0", ] steps: - uses: actions/checkout@v4 diff --git a/docs/release_notes.md b/docs/release_notes.md index 8d40402a..ccf43b05 100644 --- a/docs/release_notes.md +++ b/docs/release_notes.md @@ -1,5 +1,12 @@ # Release Notes +## v0.10.3 - 2023-10-03 + +- Assign injection spec values for command line interface {pull}`566` +- Docs rewrite {pull}`610` +- Simplify reference recipe composition by nesting transforms {pull}`635` +- Reference transforms dependency and bugfixes {pull}`631` {pull}`632` + ## v0.10.2 - 2023-09-19 - Fix bug preventing use of multiple merge dims {pull}`591`