Skip to content

Commit fc2ff6e

Browse files
authored
chore: release v0.3.0
2 parents 3850c49 + 324dbc2 commit fc2ff6e

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.5)
2-
project(hmac_cpp VERSION 0.2.0 LANGUAGES CXX)
2+
project(hmac_cpp VERSION 0.3.0 LANGUAGES CXX)
33

44
option(HMACCPP_BUILD_EXAMPLES "Build the example program" OFF)
55
option(HMACCPP_BUILD_TESTS "Build the test suite" OFF)

0 commit comments

Comments
 (0)