Skip to content

Commit

Permalink
Merge pull request #637 from pangeo-forge/0.10.3-release-prep
Browse files Browse the repository at this point in the history
0.10.3 release prep
  • Loading branch information
cisaacstern committed Oct 4, 2023
2 parents 12f963b + 8a0f3fe commit 4aae78f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions docs/release_notes.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down

0 comments on commit 4aae78f

Please sign in to comment.