From 6ca46fe79f575b6088cb16178b45a154c0f5c7c9 Mon Sep 17 00:00:00 2001 From: anth64 Date: Sat, 7 Mar 2026 14:41:20 +0100 Subject: [PATCH] docs: update README and CHANGELOG for v1.0.0-pre.5 --- CHANGELOG.md | 8 +++++++- README.md | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d264fcb..11c91c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0-pre.5] - 2026-03-07 + +### Changed +- `stk_init()`: replaced per-module `stk_pending_add()` calls inside the deferred module loop with batch collection followed by a single `stk_pending_add_batch()` call after the loop. + ## [1.0.0-pre.4] - 2026-03-07 ### Changed @@ -168,7 +173,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Dependency management and versioning not yet implemented - API is unstable and subject to change in future releases -[Unreleased]: https://github.com/anth64/stk/compare/v1.0.0-pre.4...HEAD +[Unreleased]: https://github.com/anth64/stk/compare/v1.0.0-pre.5...HEAD +[1.0.0-pre.5]: https://github.com/anth64/stk/compare/v1.0.0-pre.4...v1.0.0-pre.5 [1.0.0-pre.4]: https://github.com/anth64/stk/compare/v1.0.0-pre.3...v1.0.0-pre.4 [1.0.0-pre.3]: https://github.com/anth64/stk/compare/v1.0.0-pre.2...v1.0.0-pre.3 [1.0.0-pre.2]: https://github.com/anth64/stk/compare/v1.0.0-pre.1...v1.0.0-pre.2 diff --git a/README.md b/README.md index 5699a40..0d3b649 100644 --- a/README.md +++ b/README.md @@ -234,7 +234,7 @@ stk_init(); ## Project Status -**Current Version:** 1.0.0-pre.4 +**Current Version:** 1.0.0-pre.5 ### What Works - Cross-platform module loading and hot-reloading