From 230a0c3d1715d6f7ae6b43643c60214a54dc4851 Mon Sep 17 00:00:00 2001 From: Michael Platings Date: Mon, 30 Sep 2024 13:45:29 +0100 Subject: [PATCH] Set release date --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a0d8b65e..a87ded84b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ KleidiCV uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). This changelog aims to follow the guiding principles of [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). -## 0.2.0 - not yet released +## 0.2.0 - 2024-09-30 ### Added - Exponential function for float. @@ -33,8 +33,6 @@ This changelog aims to follow the guiding principles of - Conversion from non-subsampled, interleaved YUV to RGB/BGR. - InRange single channel, scalar bounds for uint8_t and float. -### Fixed - ### Changed - Filter context creation API specification. - Gaussian Blur API specification. -- GitLab