Skip to content

Commit

Permalink
switch repo to -dev mode/unlock release (open-quantum-safe#225)
Browse files Browse the repository at this point in the history
* switch repo to -dev mode/unlock release

* correct RELEASE heading(s) [skip ci]

Signed-off-by: Felipe Ventura <felipe.ventura@entrust.com>
  • Loading branch information
baentsch authored and feventura committed Mar 13, 2024
1 parent 9f008c3 commit 81ecca7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ else()
cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
endif()
project(oqs-provider LANGUAGES C)
set(OQSPROVIDER_VERSION_TEXT "0.5.1")
set(OQSPROVIDER_VERSION_TEXT "0.5.2-dev")
set(CMAKE_C_STANDARD 11)
set_property(GLOBAL PROPERTY FIND_LIBRARY_USE_LIB64_PATHS ON)
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
Expand Down
31 changes: 20 additions & 11 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# oqs-provider 0.5.1
# oqs-provider 0.5.2-dev

## About

Expand All @@ -14,7 +14,22 @@ Further details on building, testing and use can be found in [README.md](https:/

## Release notes

This is version 0.5.1 of oqs-provider.
This is version 0.5.2-dev of oqs-provider.

### Security considerations

None.

### What's New

This release continues from the 0.5.1 release of oqs-provider and is fully tested to be used in conjunction with the main branch of [liboqs](https://github.com/open-quantum-safe/liboqs). This code is in sync with `liboqs` "main" branch.

### Additional new feature highlights

Previous Release Notes
======================

## This is version 0.5.1 of oqs-provider.

### Security considerations

Expand Down Expand Up @@ -66,10 +81,7 @@ This release continues from the 0.5.0 release of oqs-provider and is fully teste

**Full Changelog**: https://github.com/open-quantum-safe/oqs-provider/compare/0.5.0...0.5.1

Previous Release Notes
======================

This is version 0.5.0 of oqs-provider.
## This is version 0.5.0 of oqs-provider.

Security considerations
-----------------------
Expand Down Expand Up @@ -109,10 +121,7 @@ All algorithms no longer supported in the [NIST PQC competition](https://csrc.ni

**Full Changelog**: https://github.com/open-quantum-safe/oqs-provider/compare/0.4.0...0.5.0.

Previous Release Notes
======================

This is version 0.4.0 of oqs-provider.
## This is version 0.4.0 of oqs-provider.

Security considerations
-----------------------
Expand Down Expand Up @@ -144,7 +153,7 @@ oqs-provider has been integrated as an external test component for [OpenSSL3 tes

**Full Changelog**: https://github.com/open-quantum-safe/oqs-provider/compare/0.3.0...0.4.0.

# 0.3.0 - January 2022
## 0.3.0 - January 2022

## About

Expand Down

0 comments on commit 81ecca7

Please sign in to comment.