From 778058dee7457cae61cfc74422ca961ecbe25ed2 Mon Sep 17 00:00:00 2001 From: Michael Baentsch <57787676+baentsch@users.noreply.github.com> Date: Wed, 18 Dec 2024 17:16:38 +0100 Subject: [PATCH] remove rc1 tags Signed-off-by: Michael Baentsch <57787676+baentsch@users.noreply.github.com> --- CMakeLists.txt | 2 +- RELEASE.md | 6 +++--- SECURITY.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fefb1d56..b852c2c4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ else() cmake_minimum_required(VERSION 3.5 FATAL_ERROR) endif() project(oqs-provider LANGUAGES C) -set(OQSPROVIDER_VERSION_TEXT "0.8.0-rc1") +set(OQSPROVIDER_VERSION_TEXT "0.8.0") set(CMAKE_C_STANDARD 11) set_property(GLOBAL PROPERTY FIND_LIBRARY_USE_LIB64_PATHS ON) if(CMAKE_BUILD_TYPE STREQUAL "Debug") diff --git a/RELEASE.md b/RELEASE.md index 27c082a3..14c4c506 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,4 +1,4 @@ -# oqs-provider 0.8.0 release candidate 1 +# oqs-provider 0.8.0 ## About @@ -14,7 +14,7 @@ Further details on building, testing and use can be found in [README.md](https:/ ## Release notes -This is version 0.8.0-rc1 of oqs-provider which continues from the earlier 0.7.0 release. This release is fully tested to be used in conjunction with the main branch of [liboqs](https://github.com/open-quantum-safe/liboqs) and is guaranteed to be in sync with v0.12.0 of `liboqs`. +This is version 0.8.0 of oqs-provider which continues from the earlier 0.7.0 release. This release is fully tested to be used in conjunction with the main branch of [liboqs](https://github.com/open-quantum-safe/liboqs) and is guaranteed to be in sync with v0.12.0 of `liboqs`. ### Deprecation notice @@ -54,7 +54,7 @@ In addition to improving testing, CI, and fixing platform specific build issues ## New Contributors * @hughsie made their first contribution in https://github.com/open-quantum-safe/oqs-provider/pull/585 -**Full Changelog**: https://github.com/open-quantum-safe/oqs-provider/compare/0.7.0...0.8.0-rc1 +**Full Changelog**: https://github.com/open-quantum-safe/oqs-provider/compare/0.7.0...0.8.0 Previous Release Notes ====================== diff --git a/SECURITY.md b/SECURITY.md index 484639e3..2159d47d 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,7 +6,7 @@ We only support the most recent release. | Version | Supported | | ------- | ------------------ | -| 0.8.0-rc1 | :white_check_mark: | +| 0.8.0 | :white_check_mark: | | 0.7.0 | :x: | | 0.6.1 | :x: | | 0.6.0 | :x: |