Skip to content

Commit

Permalink
Version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoftco committed Oct 30, 2023
1 parent dd1f48d commit c3a7846
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Version 0.9.0
- No modifications, release bumped to match the latest release of liboqs

Version 0.8.0 - July 5, 2023
- This is a maintenance release, minor fixes
- Minimalistic Docker support
- Removed AppVeyor and CircleCI, all continuous integration is now done
via GitHub actions

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.15)
set(LIBOQS_CPP_VERSION_NUM 0.8.0)
set(LIBOQS_CPP_VERSION_NUM 0.9.0)
set(LIBOQS_CPP_VERSION_STR "${LIBOQS_CPP_VERSION_NUM}")
project(liboqs-cpp VERSION ${LIBOQS_CPP_VERSION_NUM} LANGUAGES CXX)

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

PROJECT_NUMBER = 0.8.0
PROJECT_NUMBER = 0.9.0

# 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
8 changes: 4 additions & 4 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# liboqs-cpp version 0.8.0
# liboqs-cpp version 0.9.0

---

Expand All @@ -24,12 +24,12 @@ See in particular limitations on intended use.

## Release notes

This release of liboqs-cpp was released on July 5, 2023. Its release page
on GitHub is https://github.com/open-quantum-safe/liboqs-cpp/releases/tag/0.8.0.
This release of liboqs-cpp was released on October 30, 2023. Its release page
on GitHub is https://github.com/open-quantum-safe/liboqs-cpp/releases/tag/0.9.0.

---

## What's New

This is the 11th release of liboqs-cpp. For a list of changes
This is the 12th release of liboqs-cpp. For a list of changes
see [CHANGES.txt](https://github.com/open-quantum-safe/liboqs-cpp/blob/main/CHANGES.txt).

0 comments on commit c3a7846

Please sign in to comment.