From 50f6863f126f04c5430b72dcc7d887335d5a57a3 Mon Sep 17 00:00:00 2001 From: Nikita Grigorian Date: Fri, 6 Jun 2025 11:17:38 -0700 Subject: [PATCH] Add 0.20.1 to the changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dabf6d02e1..908a72d639 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Maintenance +## [0.20.1] - Jun. 06, 2025 + +### Fixed + +* Fixed missing event dependencies in roll and reshape Python bindings for size-1 input arrays [gh-2095](https://github.com/IntelPython/dpctl/pull/2095) + ## [0.20.0] - Jun. 03, 2025 This release achieves compliance of `dpctl.tensor` with the Python Array API 2024.12 standard.