Skip to content

Commit 5d8d7e8

Browse files
committed
v0.4.0
1 parent 21eaa5d commit 5d8d7e8

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

6+
## v0.4.0 - 2026-04-15
7+
8+
### Added
9+
10+
- Add tl_lookup_positional (#18)
11+
612
## v0.3.1 - 2026-04-04
713

814
### Fixed

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.1 LANGUAGES C)
3+
project(tinyclib VERSION 0.4.0 LANGUAGES C)
44

55
# Settings and options
66
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

0 commit comments

Comments
 (0)