chore: bump version to 0.1.0 and update documentation

- Update stk_version.h: 0.0.4 → 0.1.0
- Add CHANGELOG entry for 0.1.0 release
  - C89 compliance fixes
  - Flags bitfield system
  - Enhanced logging system
- Update README project status and API reference
- Document new logging functions and configuration
This commit is contained in:
2026-02-14 17:06:50 +01:00
parent 110b7ffca8
commit 70e9ec2fc3
3 changed files with 50 additions and 8 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
#define STK_VERSION_H
#define STK_VERSION_MAJOR 0
#define STK_VERSION_MINOR 0
#define STK_VERSION_PATCH 4
#define STK_VERSION_MINOR 1
#define STK_VERSION_PATCH 0
#define STK_STRINGIFY_HELPER(x) #x
#define STK_STRINGIFY(x) STK_STRINGIFY_HELPER(x)