mirror of
https://github.com/Nanaloveyuki/BitLogger.git
synced 2026-07-30 23:14:22 +00:00
🔖 prepare 0.5.1 release notes
This commit is contained in:
@@ -0,0 +1,22 @@
|
|||||||
|
## BitLogger Update Changes
|
||||||
|
|
||||||
|
version 0.5.1
|
||||||
|
|
||||||
|
### Docs
|
||||||
|
|
||||||
|
- docs: simplify the Chinese and English README entry pages so they focus on what BitLogger is, how to start, and where to find examples and API docs
|
||||||
|
- docs: remove misplaced banner-style content and reduce overly dense engineering wording in release-facing README sections
|
||||||
|
- docs: clarify API-side target verification wording and add a small verification note for current release claims
|
||||||
|
|
||||||
|
### Example
|
||||||
|
|
||||||
|
- docs: align portable examples with the recommended `build_logger(...)` entry path and keep native-only example boundaries explicit
|
||||||
|
|
||||||
|
### Test
|
||||||
|
|
||||||
|
- test: strengthen cross-target capability checks for configured file logging, fallback file behavior, and async runtime mode reporting
|
||||||
|
|
||||||
|
### Notes
|
||||||
|
|
||||||
|
- this is a small follow-up release focused on release-facing clarity rather than new core functionality
|
||||||
|
- verified release-facing targets remain `native`, `js`, `wasm`, and `wasm-gc`, while `llvm` is still treated as experimental in the current environment
|
||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Nanaloveyuki/BitLogger",
|
"name": "Nanaloveyuki/BitLogger",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1",
|
||||||
"deps": {
|
"deps": {
|
||||||
"maria/json_parser": "0.1.1",
|
"maria/json_parser": "0.1.1",
|
||||||
"moonbitlang/async": "0.19.0"
|
"moonbitlang/async": "0.19.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user