We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65cf7d0 commit 8cfaa1bCopy full SHA for 8cfaa1b
CHANGELOG.md
@@ -3,11 +3,17 @@
3
See https://common-changelog.org for commit guidelines and https://semver.org
4
for versioning.
5
6
+## v0.3.1 - 2026-04-04
7
+
8
+### Fixed
9
10
+- Fix argument parsing (#16)
11
12
## v0.3.0 - 2026-04-04
13
14
### Changed
15
-Improve argument parsing (#14)
16
+- Improve argument parsing (#14)
17
18
## v0.2.1 - 2026-04-03
19
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.25)
2
-project(tinyclib VERSION 0.3.0 LANGUAGES C)
+project(tinyclib VERSION 0.3.1 LANGUAGES C)
# Settings and options
option(TL_BUILD_TESTS "Build tinyclib tests" ${PROJECT_IS_TOP_LEVEL})
0 commit comments