From 5df73ee621736d370d13b36bac2aff4833b51076 Mon Sep 17 00:00:00 2001 From: Nikita Grigorian Date: Thu, 26 Jun 2025 13:28:14 -0700 Subject: [PATCH] Add changelog for 0.20.2 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 908a72d639..ff154638f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Maintenance +## [0.20.2] - Jun. 26, 2025 + +### Maintenance + +* Add Python 3.13 to package metadata [gh-2110](https://github.com/IntelPython/dpctl/pull/2110) +* When building dpctl conda package for Python 3.13, restrict Cython to below 3.1.0, as this version and higher may cause crashes [gh-2112](https://github.com/IntelPython/dpctl/pull/2112) + ## [0.20.1] - Jun. 06, 2025 ### Fixed