From c1a8c1350f72be74eb87fdc80396c161301b1cae Mon Sep 17 00:00:00 2001 From: Andrew <15331990+ahuang11@users.noreply.github.com> Date: Tue, 21 Feb 2023 10:34:39 -0800 Subject: [PATCH 1/3] prep-v0.2.4-release --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f5851a..b352bd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security +## 0.2.4 + +Released on February 21st, 2023. + +### Fixed + +- Updated `prefect.orion` imports to `prefect.server` - [#72](https://github.com/PrefectHQ/prefect-dask/pull/72) + ## 0.2.3 Released on Februrary 15th, 2023 From f4f13d901dfdf74cb5d7f6414670132a3f831f21 Mon Sep 17 00:00:00 2001 From: Andrew <15331990+ahuang11@users.noreply.github.com> Date: Tue, 21 Feb 2023 11:25:26 -0800 Subject: [PATCH 2/3] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2fe1ef2..023674f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -prefect>=2.6.0 +prefect>=2.8.2 ray[default] >= 1.12.0; python_version >= '3.7' and python_version < '3.10' pickle5 >= 0.0.11; python_version < '3.8' From 0925b2dc874b2e0810610c432433a20314d7da00 Mon Sep 17 00:00:00 2001 From: Andrew <15331990+ahuang11@users.noreply.github.com> Date: Tue, 21 Feb 2023 11:44:51 -0800 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b352bd1..1edcbed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,7 @@ Released on February 21st, 2023. ### Fixed -- Updated `prefect.orion` imports to `prefect.server` - [#72](https://github.com/PrefectHQ/prefect-dask/pull/72) +- Updated `prefect.orion` imports to `prefect.server` - [#72](https://github.com/PrefectHQ/prefect-ray/pull/72) ## 0.2.3