We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb57743 commit f836953Copy full SHA for f836953
CHANGELOG.md
@@ -3,6 +3,12 @@
3
See https://common-changelog.org for commit guidelines and https://semver.org
4
for versioning.
5
6
+## v0.2.1 - 2026-04-03
7
+
8
+### Fixed
9
10
+- Fix TL_BUILD_TESTS option (#12)
11
12
## v0.2.0 - 2026-03-25
13
14
### Changed
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.25)
2
-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})
0 commit comments