diff --git a/CHANGELOG.md b/CHANGELOG.md index 4da6e5a..a50023d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ See https://common-changelog.org for commit guidelines and https://semver.org for versioning. +## v0.2.1 - 2026-04-03 + +### Fixed + +- Fix TL_BUILD_TESTS option (#12) + ## v0.2.0 - 2026-03-25 ### Changed diff --git a/CMakeLists.txt b/CMakeLists.txt index b9c89fe..a57d625 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.25) -project(tinyclib VERSION 0.2.0 LANGUAGES C) +project(tinyclib VERSION 0.2.1 LANGUAGES C) # Settings and options option(TL_BUILD_TESTS "Build tinyclib tests" ${PROJECT_IS_TOP_LEVEL})