We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21eaa5d commit 5d8d7e8Copy full SHA for 5d8d7e8
2 files changed
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.4.0 - 2026-04-15
7
+
8
+### Added
9
10
+- Add tl_lookup_positional (#18)
11
12
## v0.3.1 - 2026-04-04
13
14
### Fixed
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.25)
2
-project(tinyclib VERSION 0.3.1 LANGUAGES C)
+project(tinyclib VERSION 0.4.0 LANGUAGES C)
# Settings and options
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
0 commit comments