From 33de5e981e58a1d2c8a8ad856f0c9c13f8fbf639 Mon Sep 17 00:00:00 2001 From: anth64 Date: Thu, 26 Feb 2026 07:37:54 +0100 Subject: [PATCH] docs(README): update project status to 0.1.3 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 94126c9..a4a6800 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ stk_set_module_name_fn("my_mod_name"); /* Set function name to get module version */ stk_set_module_version_fn("my_mod_version"); -/* Set functio name to get module description */ +/* Set function name to get module description */ stk_set_module_description_fn("my_mod_description"); /* @@ -191,9 +191,9 @@ stk_init(); ## Project Status -**Current Version:** 0.1.2 (Pre-release) +**Current Version:** 0.1.3 (Pre-release) -Fixed Windows compatibility issues. +Added optional module metadata support. ### What Works - Cross-platform module loading and hot-reloading @@ -201,9 +201,9 @@ Fixed Windows compatibility issues. - Robust hot-reload even during extremely rapid file changes - Enhanced logging with levels, timestamps, and filtering - Runtime-configurable logging behavior +- Optional module metadata (name, version, description) ### In Progress (Phase 1) -- Module metadata (name, version, description) - Dependency management and versioning See [CHANGELOG.md](CHANGELOG.md) for detailed release notes.