Skip to content

Commit

Permalink
Version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoftco committed Jan 6, 2022
1 parent be38027 commit 5e6e998
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 22 deletions.
7 changes: 4 additions & 3 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
Pre-release
Version 0.7.1 - January 5, 2022
- Release numbering updated to match liboqs
- Integrated the unit tests with the main project, so now the unit tests
are automatically compiled along with the examples, and can now be run
by typing 'make test' or 'ctest'. Use 'GTEST_COLOR=1 ARGS="-V" make test'
or 'GTEST_COLOR=1 ctest -V' for coloured verbose testing output.
- CMake minimum required version bumped to 3.10 (3.12 for macOS) for
automatic unit tests detection by CMake
- Switched continuous integration from Travis CI to CircleCI, we now support
macOS & Linux (CircleCI) and Windows (AppVeyor)
- Switched continuous integration from Travis CI to CircleCI, we now
support macOS & Linux (CircleCI) and Windows (AppVeyor)

Version 0.4.0 - November 28, 2020
- Renamed 'master' branch to 'main'
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10)
project(oqs_cpp VERSION 0.4.0 LANGUAGES CXX)
project(oqs_cpp VERSION 0.7.1 LANGUAGES CXX)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "liboqs-cpp"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.4.0
PROJECT_NUMBER = 0.7.1

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
27 changes: 10 additions & 17 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,27 @@
liboqs-cpp version 0.4.0
liboqs-cpp version 0.7.1
========================

About
-----

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/.
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/.

**liboqs** is an open source C library for quantum-resistant cryptographic
algorithms. See more about liboqs
at [https://github.com/open-quantum-safe/liboqs/](https://github.com/open-quantum-safe/liboqs/)
, including a list of supported algorithms.
**liboqs** is an open source C library for quantum-resistant cryptographic algorithms. See more about liboqs at [https://github.com/open-quantum-safe/liboqs/](https://github.com/open-quantum-safe/liboqs/), including a list of supported algorithms.

**liboqs-cpp** is an open source C++ wrapper for the liboqs C library for
quantum-resistant cryptographic algorithms. Details about liboqs-cpp can be
found
in [README.md](https://github.com/open-quantum-safe/liboqs-cpp/blob/main/README.md)
. See in particular limitations on intended use.
**liboqs-cpp** is an open source C++ wrapper for the liboqs C library for quantum-resistant cryptographic algorithms. Details about liboqs-cpp can be found in [README.md](https://github.com/open-quantum-safe/liboqs-cpp/blob/main/README.md). See in particular limitations on intended use.

Release notes
=============

This release of liboqs-cpp was released on November 28, 2020. Its release page
on GitHub is https://github.com/open-quantum-safe/liboqs-cpp/releases/tag/0.4.0.
This release of liboqs-cpp was released on January 5, 2022. Its release page on GitHub is https://github.com/open-quantum-safe/liboqs-cpp/releases/tag/0.7.1.

What's New
----------

This is the eight release of liboqs-cpp. For a list of changes
This is the ninth release of liboqs-cpp.

This is an incremental minor change release.

For a list of changes
see [CHANGES.txt](https://github.com/open-quantum-safe/liboqs-cpp/blob/main/CHANGES.txt)
.

0 comments on commit 5e6e998

Please sign in to comment.