Skip to content

Commit 94b421e

Browse files
authored
liboqs 0.14.0 release (#2198)
Signed-off-by: Douglas Stebila <[email protected]>
1 parent 3674df5 commit 94b421e

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ set(CMAKE_C_VISIBILITY_PRESET hidden)
4444
set(OQS_VERSION_MAJOR 0)
4545
set(OQS_VERSION_MINOR 14)
4646
set(OQS_VERSION_PATCH 0)
47-
set(OQS_VERSION_PRE_RELEASE "-rc1")
47+
set(OQS_VERSION_PRE_RELEASE "")
4848
set(OQS_VERSION_TEXT "${OQS_VERSION_MAJOR}.${OQS_VERSION_MINOR}.${OQS_VERSION_PATCH}${OQS_VERSION_PRE_RELEASE}")
4949
set(OQS_COMPILE_BUILD_TARGET "${CMAKE_SYSTEM_PROCESSOR}-${CMAKE_HOST_SYSTEM}")
5050
set(OQS_MINIMAL_GCC_VERSION "7.1.0")

RELEASE.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
liboqs version 0.14.0-rc1
2-
=========================
1+
liboqs version 0.14.0
2+
=====================
33

44
About
55
-----
@@ -27,7 +27,7 @@ liboqs can also be used in the following programming languages via language-spec
2727
Release notes
2828
=============
2929

30-
This is release candidate 1 for version 0.14.0 of liboqs. It was released on June 25, 2025.
30+
This is version 0.14.0 of liboqs. It was released on July 10, 2025.
3131

3232
This release contains a security fix for secret-dependent branching in HQC. It introduces support for SNOVA, a NIST Additional Signatures Round 2 candidate, and a new optimized implementation of SHA3 using AVX-512VL instructions. Additionally, this is the first liboqs release to include the [stable 1.0.0 version of PQ Code Package's mlkem-native](https://github.com/pq-code-package/mlkem-native/releases/tag/v1.0.0).
3333

@@ -94,6 +94,8 @@ Detailed changelog
9494
* Add AVX512VL-Optimized SHA3/SHAKE Implementations by @mdcornu in https://github.com/open-quantum-safe/liboqs/pull/2167
9595
* Zeroize memory in SHA3 implementation by @aidenfoxivey in https://github.com/open-quantum-safe/liboqs/pull/2171
9696
* Disable compiler optimizations for HQC by @SWilson4 in https://github.com/open-quantum-safe/liboqs/commit/4215362acbf69b88fe1777c4c052f154e29f9897
97+
* liboqs 0.14.0 release candidate 1 by @SWilson4 in https://github.com/open-quantum-safe/liboqs/pull/2180
98+
* Document public / internal API split [skip ci] by @SWilson4 in https://github.com/open-quantum-safe/liboqs/pull/2182
9799

98100
## New Contributors
99101
* @alraddady made their first contribution in https://github.com/open-quantum-safe/liboqs/pull/2111
@@ -103,4 +105,4 @@ Detailed changelog
103105
* @h2parson made their first contribution in https://github.com/open-quantum-safe/liboqs/pull/2145
104106
* @mdcornu made their first contribution in https://github.com/open-quantum-safe/liboqs/pull/2167
105107

106-
**Full Changelog**: https://github.com/open-quantum-safe/liboqs/compare/0.13.0...0.14.0-rc1
108+
**Full Changelog**: https://github.com/open-quantum-safe/liboqs/compare/0.13.0...0.14.0

0 commit comments

Comments
 (0)