Skip to content

Commit 8cfaa1b

Browse files
authored
v0.3.1 (#17)
1 parent 65cf7d0 commit 8cfaa1b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,17 @@
33
See https://common-changelog.org for commit guidelines and https://semver.org
44
for versioning.
55

6+
## v0.3.1 - 2026-04-04
7+
8+
### Fixed
9+
10+
- Fix argument parsing (#16)
11+
612
## v0.3.0 - 2026-04-04
713

814
### Changed
915

10-
Improve argument parsing (#14)
16+
- Improve argument parsing (#14)
1117

1218
## v0.2.1 - 2026-04-03
1319

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.3.0 LANGUAGES C)
3+
project(tinyclib VERSION 0.3.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)