Skip to content

Commit a934572

Browse files
committed
v0.2.0
1 parent 0e2931a commit a934572

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

6+
## v0.2.0 - 2026-03-25
7+
8+
### Changed
9+
10+
- Improve build (#10)
11+
12+
### Added
13+
14+
- Add space support to flags (#9)
15+
616
## v0.1.2 - 2026-03-23
717

818
### 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.1.2 LANGUAGES C)
3+
project(tinyclib VERSION 0.2.0 LANGUAGES C)
44

55
# Settings and options
66
option(TL_BUILD_TESTS "Build tinyclib tests" ON)

0 commit comments

Comments
 (0)