Skip to content

Commit 11ea1de

Browse files
committed
Version bump.
1 parent cd49b8d commit 11ea1de

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.13)
2-
project(dstu-engine LANGUAGES C VERSION 1.3.2)
2+
project(dstu-engine LANGUAGES C VERSION 1.3.3)
33
include(GNUInstallDirs)
44

55
option(BUILD_TESTS "Build tests." OFF)

ChangeLog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4949
## [1.3.2] - 2023-09-20
5050
### Fixed.
5151
- Installation paths for keylib and headers.
52+
53+
## [1.3.3] - 2024-04-12
54+
### Added.
55+
- Check for support of elliptic curves over GF2m in OpenSSL (#20).
56+
57+
### Fixed.
58+
- Building tests (#22).

0 commit comments

Comments
 (0)