mirror of
https://github.com/Nanaloveyuki/BitLogger.git
synced 2026-07-26 18:02:19 +00:00
27 lines
876 B
Markdown
27 lines
876 B
Markdown
## BitLogger Update Changes
|
|
|
|
version 1.1.1(0.7.1)
|
|
|
|
### Toolchain
|
|
|
|
- fix: migrate runnable example packages to `pkgtype(kind: "executable")` for MoonBit 0.10.4 formatter compatibility
|
|
- fix: replace ambiguous empty map literals with `Map([])` so `--deny-warn` checks remain clean on MoonBit 0.10.4
|
|
|
|
### Test
|
|
|
|
- test: write file-backed test output under `logs/` instead of the repository root
|
|
- test: keep the tracked `logs/.gitkeep` directory available for clean test checkouts
|
|
|
|
### Docs
|
|
|
|
- docs: update installation snippets to `Nanaloveyuki/BitLogger@0.7.1`
|
|
- docs: add this 1.1.1(0.7.1) release entry to the change index
|
|
|
|
### Verification
|
|
|
|
- verify: pass formatting, warning-denied checks, synchronous and async cross-target tests, examples, and coverage on MoonBit 0.10.4
|
|
|
|
### Notes
|
|
|
|
- this is a compatibility and test-output maintenance release with no public API changes
|