🔖 release 0.8.1

This commit is contained in:
Nanaloveyuki
2026-08-25 16:39:49 +08:00
parent 3e1c93cc86
commit cd358f8787
7 changed files with 24 additions and 5 deletions
+18
View File
@@ -0,0 +1,18 @@
## BitLogger Update Changes
version 1.2.1(0.8.1)
### Changes
- Add deterministic QuickCheck properties for bounded history retention, queued overflow and drain behavior, patch composition, and logger config round-trips.
### Verification
- moon fmt --check
- moon check --deny-warn
- moon test --deny-warn across native, wasm, wasm-gc, and js targets
- pnpm run docs:build
### Notes
- QuickCheck seeds and shrink budgets are fixed for reproducible failures.
+1
View File
@@ -2,6 +2,7 @@
Versioned BitLogger change summaries.
- [1.2.1](./1.2.1(0.8.1).md)
- [1.2.0](./1.2.0(0.8.0).md)
- [1.1.3](./1.1.3(0.7.3).md)
- [1.1.2](./1.1.2(0.7.2).md)