We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04f2dd6 commit 11ac668Copy full SHA for 11ac668
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.3.0 - 2026-04-04
7
+
8
+### Changed
9
10
+Improve argument parsing (#14)
11
12
## v0.2.1 - 2026-04-03
13
14
### Fixed
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.25)
2
-project(tinyclib VERSION 0.2.1 LANGUAGES C)
+project(tinyclib VERSION 0.3.0 LANGUAGES C)
# Settings and options
option(TL_BUILD_TESTS "Build tinyclib tests" ${PROJECT_IS_TOP_LEVEL})
0 commit comments