Skip to content

Commit 97f6b86

Browse files
authored
0.15.0 full release [extended tests] (#2320)
Signed-off-by: Ganyu (Bruce) Xu <[email protected]>
1 parent 563e3ec commit 97f6b86

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ set(CMAKE_C_VISIBILITY_PRESET hidden)
4545
set(OQS_VERSION_MAJOR 0)
4646
set(OQS_VERSION_MINOR 15)
4747
set(OQS_VERSION_PATCH 0)
48-
set(OQS_VERSION_PRE_RELEASE "-rc2")
48+
set(OQS_VERSION_PRE_RELEASE "")
4949
set(OQS_VERSION_TEXT "${OQS_VERSION_MAJOR}.${OQS_VERSION_MINOR}.${OQS_VERSION_PATCH}${OQS_VERSION_PRE_RELEASE}")
5050
set(OQS_COMPILE_BUILD_TARGET "${CMAKE_SYSTEM_PROCESSOR}-${CMAKE_HOST_SYSTEM}")
5151
set(OQS_MINIMAL_GCC_VERSION "7.1.0")

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# liboqs version 0.15.0-rc1
1+
# liboqs version 0.15.0
22

33
The **Open Quantum Safe (OQS) project** has the goal of developing and prototyping quantum-resistant cryptography. More information on OQS can be found on our website: https://openquantumsafe.org/ and on Github at https://github.com/open-quantum-safe/.
44

@@ -21,7 +21,7 @@ liboqs can also be used in the following programming languages via language-spec
2121
- Rust, via https://github.com/open-quantum-safe/liboqs-rust
2222

2323
# Release notes
24-
Release candidate 2 for liboqs 0.15.0 was released on Nov 10, 2025.
24+
liboqs 0.15.0 was released on Friday, Nov 14, 2025.
2525

2626
## Deprecation notice
2727
liboqs 0.15.0 is the last version to officially support SPHINCS+. SPHINCS+ will be removed in the 0.16.0 release and replaced by SLH-DSA. liboqs 0.15.0 also removes support for Dilithium.

0 commit comments

Comments
 (0)