From b8c074ac4647aeacdeaa86612ae6859418e0bced Mon Sep 17 00:00:00 2001 From: Michael Platings Date: Tue, 21 May 2024 09:53:07 +0000 Subject: [PATCH 1/2] Bump KLEIDICV_HAL_VERSION to 0.2.0 --- adapters/opencv/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adapters/opencv/CMakeLists.txt b/adapters/opencv/CMakeLists.txt index 4f913ec43..3be5fa7b6 100644 --- a/adapters/opencv/CMakeLists.txt +++ b/adapters/opencv/CMakeLists.txt @@ -6,7 +6,7 @@ include("${CMAKE_CURRENT_LIST_DIR}/../../kleidicv/CMakeLists.txt") project("KleidiCV OpenCV HAL") -set(KLEIDICV_HAL_VERSION "0.1.0" CACHE INTERNAL "") +set(KLEIDICV_HAL_VERSION "0.2.0" CACHE INTERNAL "") set(KLEIDICV_HAL_LIBRARIES "kleidicv_hal" CACHE INTERNAL "") set(KLEIDICV_HAL_HEADERS "${CMAKE_CURRENT_LIST_DIR}/kleidicv_hal.h" CACHE INTERNAL "") set(KLEIDICV_HAL_INCLUDE_DIRS "$" CACHE INTERNAL "") -- GitLab From a7e5ab55390e36a7254286181b22fc6acb7e3a23 Mon Sep 17 00:00:00 2001 From: Michael Platings Date: Tue, 21 May 2024 09:53:36 +0000 Subject: [PATCH 2/2] Add 0.2.0 section to CHANGELOG.md --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ce46ac44..831a0eb85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,17 @@ 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 + +### Added + +### Fixed + +### Changed + +### Removed + + ## 0.1.0 - 2024-05-21 Initial release. -- GitLab