v0.1.8 - Removed cache functionality for now

This commit is contained in:
Your Name
2025-11-13 10:59:14 -04:00
parent 455aab1eac
commit c1b615de32
8 changed files with 120 additions and 68 deletions

View File

@@ -10,8 +10,8 @@
// Version information (auto-updated by build system)
#define VERSION_MAJOR 0
#define VERSION_MINOR 1
#define VERSION_PATCH 7
#define VERSION "v0.1.7"
#define VERSION_PATCH 8
#define VERSION "v0.1.8"
#include <stddef.h>
#include <stdint.h>