diff --git a/README.md b/README.md index c1d792b..15193c3 100644 --- a/README.md +++ b/README.md @@ -66,9 +66,9 @@ Terminal styling and command execution. Configuration loading with env overrides. - **API**: `Load` -### go/log v1.3.0 +### go/log v1.3.2 Meta-driven asynchronous logging. -- **API**: `Debug`, `Info`, `Warning`, `Error`, `New`, `SetLevel`, `Viewable`, `GetEntry`, `PutEntry` +- **API**: `Debug`, `Info`, `Warning`, `Error`, `As`, `New`, `SetLevel`, `Viewable`, `GetEntry`, `PutEntry` ### go/http v1.3.0 High-performance HTTP client. diff --git a/README.zh-CN.md b/README.zh-CN.md index 19f6262..01fe79f 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -62,9 +62,9 @@ 支持环境变量覆盖的配置文件加载。 - **API**: `Load` -### go/log v1.1.16 +### go/log v1.3.2 高性能 Meta 驱动的异步脱敏日志。 -- **API**: `Debug`, `Info`, `Warning`, `Error`, `New`, `SetLevel`, `Viewable`, `GetEntry`, `PutEntry` +- **API**: `Debug`, `Info`, `Warning`, `Error`, `As`, `New`, `SetLevel`, `Viewable`, `GetEntry`, `PutEntry` ### go/http v1.0.11 极致精简的高性能 HTTP 客户端。