Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

switch repo to -dev mode/unlock release #225

Merged
merged 2 commits into from
Jul 26, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
20 changes: 16 additions & 4 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,21 @@ Further details on building, testing and use can be found in [README.md](https:/

## Release notes

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.
baentsch marked this conversation as resolved.
Show resolved Hide resolved

Security considerations
-----------------------
Expand Down