2 parents 3850c49 + 324dbc2 commit fc2ff6eCopy full SHA for fc2ff6e
2 files changed
CHANGELOG.md
@@ -0,0 +1,9 @@
1
+# Changelog
2
+
3
+## [0.3.0] - 2025-09-05
4
+### Added
5
+- PBKDF2 implementation.
6
7
+### Fixed
8
+- Documentation corrections.
9
CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
-project(hmac_cpp VERSION 0.2.0 LANGUAGES CXX)
+project(hmac_cpp VERSION 0.3.0 LANGUAGES CXX)
option(HMACCPP_BUILD_EXAMPLES "Build the example program" OFF)
option(HMACCPP_BUILD_TESTS "Build the test suite" OFF)
0 commit comments