From 548854a3f5d0007040ef0ebe27c7428c8d01d572 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 17:20:02 +0000 Subject: [PATCH] chore(main): release log 1.3.0 --- .release-please-manifest.json | 2 +- log/CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 63f98f8c..0bb9c401 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"config":"1.5.0","log":"1.2.0","generate":"1.3.0","trace":"1.4.0","healthcheck":"1.1.0","httpclient":"1.5.0","httpserver":"1.6.0","orm":"1.1.0","fxconfig":"1.3.0","fxgenerate":"1.3.0","fxlog":"1.1.0","fxtrace":"1.2.0","fxmetrics":"1.2.0","fxhealthcheck":"1.1.1","fxorm":"1.2.0","fxhttpclient":"1.4.0","fxhttpserver":"1.7.1","fxcore":"1.12.0","worker":"1.2.0","fxworker":"1.1.1","fxcron":"1.1.1","grpcserver":"1.2.0","fxgrpcserver":"1.3.1","sql":"1.1.0","fxsql":"1.3.0","fxvalidator":"1.0.0","fxclock":"1.0.0","fxmcpserver":"1.6.0"} \ No newline at end of file +{"config":"1.5.0","log":"1.3.0","generate":"1.3.0","trace":"1.4.0","healthcheck":"1.1.0","httpclient":"1.5.0","httpserver":"1.6.0","orm":"1.1.0","fxconfig":"1.3.0","fxgenerate":"1.3.0","fxlog":"1.1.0","fxtrace":"1.2.0","fxmetrics":"1.2.0","fxhealthcheck":"1.1.1","fxorm":"1.2.0","fxhttpclient":"1.4.0","fxhttpserver":"1.7.1","fxcore":"1.12.0","worker":"1.2.0","fxworker":"1.1.1","fxcron":"1.1.1","grpcserver":"1.2.0","fxgrpcserver":"1.3.1","sql":"1.1.0","fxsql":"1.3.0","fxvalidator":"1.0.0","fxclock":"1.0.0","fxmcpserver":"1.6.0"} \ No newline at end of file diff --git a/log/CHANGELOG.md b/log/CHANGELOG.md index 2104e9ee..2be43c72 100644 --- a/log/CHANGELOG.md +++ b/log/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.3.0](https://github.com/adaosantos/yokai/compare/log-v1.2.0...log/v1.3.0) (2025-09-17) + + +### Features + +* **log:** Provided module ([#3](https://github.com/adaosantos/yokai/issues/3)) ([dafbff9](https://github.com/adaosantos/yokai/commit/dafbff93d9f43baf9ca6e29e507571a126faf27b)) +* **log:** Updated default logger and added possibility to dump logs test buffer ([#92](https://github.com/adaosantos/yokai/issues/92)) ([6e0c995](https://github.com/adaosantos/yokai/commit/6e0c9957095d3bc8d3ca77b610e472d4a0f238f0)) +* **log:** Updated dependencies ([#125](https://github.com/adaosantos/yokai/issues/125)) ([a87e3ec](https://github.com/adaosantos/yokai/commit/a87e3ec976220c01613dd25bc18c0ba5b1d207da)) + ## [1.2.0](https://github.com/ankorstore/yokai/compare/log/v1.1.0...log/v1.2.0) (2024-03-13)