From 320af4bbeb84303e2217a94fc3dcc28f6089024b 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 f09c4b9a91..eba64d1e82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [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