From f3526b7b43ba91d5c835b8d475ec4ccea7aff621 Mon Sep 17 00:00:00 2001 From: Vlad Gheorghiu Date: Wed, 27 Mar 2024 15:27:35 -0400 Subject: [PATCH] Version 0.10.0 --- CHANGES.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index da2e68f..4113edb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,15 +1,16 @@ # Version 0.10.0 - March 27, 2024 - Bumped Go version to 1.21 -- Replaced ["CHANGES"] by ["CHANGES.md"], as we now use Markdown format to - keep track of changes in new releases +- Replaced CHANGES by + [CHANGES.md](https://github.com/open-quantum-safe/liboqs-go/blob/main/CHANGES.md), + as we now use Markdown format to keep track of changes in new releases - Removed the NIST PRNG as the latter is no longer exposed by liboqs' public API - Added the - [".config-static"](https://github.com/open-quantum-safe/liboqs-go/tree/main/.config-static) + [.config-static](https://github.com/open-quantum-safe/liboqs-go/tree/main/.config-static) pkg-config configuration directory for linking statically against liboqs, see - ["README.md"](https://github.com/open-quantum-safe/liboqs-go/blob/main/README.md) - for more details. + [README.md](https://github.com/open-quantum-safe/liboqs-go/blob/main/README.md) + for more details # Version 0.9.0 - October 30, 2023