mirror of
https://github.com/Nanaloveyuki/BitLogger.git
synced 2026-07-24 00:42:18 +00:00
🔖 prepare 1.1.1(0.7.1) release
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ The documentation is organized around complete usage flows. Start with an execut
|
||||
```bash
|
||||
moon new log-demo
|
||||
cd log-demo
|
||||
moon add Nanaloveyuki/BitLogger@0.7.0
|
||||
moon add Nanaloveyuki/BitLogger@0.7.1
|
||||
```
|
||||
|
||||
### 2. Import And Log
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
## 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
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
Versioned BitLogger change summaries.
|
||||
|
||||
- [1.1.1](./1.1.1(0.7.1).md)
|
||||
- [1.1.0](./1.1.0(0.7.0).md)
|
||||
- [1.0.1](./1.0.1(0.6.1).md)
|
||||
- [1.0.0](./1.0.0(0.6.0).md)
|
||||
|
||||
@@ -5,7 +5,7 @@ Use this flow for command-line tools and services that need a human-readable sta
|
||||
## Install And Import
|
||||
|
||||
```bash
|
||||
moon add Nanaloveyuki/BitLogger@0.7.0
|
||||
moon add Nanaloveyuki/BitLogger@0.7.1
|
||||
```
|
||||
|
||||
```moonbit
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
```bash
|
||||
moon new log-demo
|
||||
cd log-demo
|
||||
moon add Nanaloveyuki/BitLogger@0.7.0
|
||||
moon add Nanaloveyuki/BitLogger@0.7.1
|
||||
```
|
||||
|
||||
在应用的 `moon.pkg` 中加入:
|
||||
|
||||
Reference in New Issue
Block a user