We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e2931a commit a934572Copy full SHA for a934572
CHANGELOG.md
@@ -3,6 +3,16 @@
3
See https://common-changelog.org for commit guidelines and https://semver.org
4
for versioning.
5
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
16
## v0.1.2 - 2026-03-23
17
18
### Changed
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.25)
2
-project(tinyclib VERSION 0.1.2 LANGUAGES C)
+project(tinyclib VERSION 0.2.0 LANGUAGES C)
# Settings and options
option(TL_BUILD_TESTS "Build tinyclib tests" ON)
0 commit comments