From 17b879c760ee5bfdce136f8cd1fd79255f9f3106 Mon Sep 17 00:00:00 2001 From: Nikita Grigorian Date: Tue, 2 Dec 2025 14:53:01 -0800 Subject: [PATCH] add changelog for 0.3.1 --- CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c794a9a..58f2806 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,16 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [dev] (MM/DD/YYYY) - -### Added -* Enabled support of Python 3.14 [gh-119](https://github.com/IntelPython/mkl_umath/pull/119) +## [dev] - YYYY-MM-DD ### Removed * Dropped support for Python 3.9 [gh-125](https://github.com/IntelPython/mkl_umath/pull/125) +## [0.3.1] - 2025-12-02 + +### Added +* Enabled support of Python 3.14 [gh-119](https://github.com/IntelPython/mkl_umath/pull/119) + ## [0.3.0] - 2025-10-06 ### Added