Skip to content

Commit f836953

Browse files
committed
v0.2.1
1 parent fb57743 commit f836953

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
See https://common-changelog.org for commit guidelines and https://semver.org
44
for versioning.
55

6+
## v0.2.1 - 2026-04-03
7+
8+
### Fixed
9+
10+
- Fix TL_BUILD_TESTS option (#12)
11+
612
## v0.2.0 - 2026-03-25
713

814
### Changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.25)
22

3-
project(tinyclib VERSION 0.2.0 LANGUAGES C)
3+
project(tinyclib VERSION 0.2.1 LANGUAGES C)
44

55
# Settings and options
66
option(TL_BUILD_TESTS "Build tinyclib tests" ${PROJECT_IS_TOP_LEVEL})

0 commit comments

Comments
 (0)