chore: bump version to 0.0.3

This commit is contained in:
2026-02-09 23:03:35 +01:00
parent 0cbee45ad2
commit 96fb957991
3 changed files with 13 additions and 5 deletions
+3 -3
View File
@@ -173,15 +173,15 @@ stk_init();
## Project Status
**Current Version:** 0.0.2 (Pre-release)
**Current Version:** 0.0.3 (Pre-release)
This is an early bugfix release improving hot-reload stability on Linux. Phase 1 is still in progress.
This is an early bugfix release improving compilation warnings on Linux. Phase 1 is still in progress.
### What Works
- Cross-platform module loading and hot-reloading
- File watching (inotify/kqueue/FindFirstFile)
- Basic error handling
- Stable hot-reload even during rapid file changes (Linux fix in 0.0.2)
- Stable hot-reload even during rapid file changes
### In Progress (Phase 1)
- Complete logging system (log levels, verbosity, output configuration)