Skip to content

Commit e0f759d

Browse files
committed
Version 0.7.1
1 parent 28558f7 commit e0f759d

File tree

2 files changed

+14
-19
lines changed

2 files changed

+14
-19
lines changed

CHANGES.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
Pre-release
2-
- Switched continuous integration from Travis CI to CircleCI, we now support
3-
macOS & Linux (CircleCI) and Windows (AppVeyor)
1+
Version 0.7.1 - January 5, 2022
2+
- Release numbering updated to match liboqs
3+
- Switched continuous integration from Travis CI to CircleCI, we now
4+
support macOS & Linux (CircleCI) and Windows (AppVeyor)
45

56
Version 0.4.0 - November 28, 2020
67
- Bugfixes

RELEASE.md

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,27 @@
1-
liboqs-go version 0.4.0
1+
liboqs-go version 0.7.1
22
=======================
33

44
About
55
-----
66

7-
The **Open Quantum Safe (OQS) project** has the goal of developing and
8-
prototyping quantum-resistant cryptography. More information on OQS can be found
9-
on our website: https://openquantumsafe.org/ and on Github
10-
at https://github.com/open-quantum-safe/.
7+
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/.
118

12-
**liboqs** is an open source C library for quantum-resistant cryptographic
13-
algorithms. See more about liboqs
14-
at [https://github.com/open-quantum-safe/liboqs/](https://github.com/open-quantum-safe/liboqs/)
15-
, including a list of supported algorithms.
9+
**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.
1610

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

2213
Release notes
2314
=============
2415

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

2818
What's New
2919
----------
3020

31-
This is the eight release of liboqs-go. For a list of changes
21+
This is the ninth release of liboqs-go.
22+
23+
This is an incremental minor change release.
24+
25+
For a list of changes
3226
see [CHANGES.txt](https://github.com/open-quantum-safe/liboqs-go/blob/main/CHANGES.txt)
3327
.

0 commit comments

Comments
 (0)