From 167c0a66f41ca66358c15f1210176ce192491179 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:01 +0000 Subject: [PATCH] chore(main): release sql 1.2.0 --- .release-please-manifest.json | 2 +- sql/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 63f98f8c..e0126955 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.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.2.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/sql/CHANGELOG.md b/sql/CHANGELOG.md index 9a0cf827..8e7ba9ad 100644 --- a/sql/CHANGELOG.md +++ b/sql/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.2.0](https://github.com/adaosantos/yokai/compare/sql-v1.1.0...sql/v1.2.0) (2025-09-17) + + +### Features + +* **sql:** Added helper to fetch multiple operations from a list of strings ([#220](https://github.com/adaosantos/yokai/issues/220)) ([931bb5f](https://github.com/adaosantos/yokai/commit/931bb5f34ceec557a99fc5c2964cc34fe3e1b062)) +* **sql:** Provided module ([#217](https://github.com/adaosantos/yokai/issues/217)) ([3c643e7](https://github.com/adaosantos/yokai/commit/3c643e75d7bd3e53cf4b03a24523020981936108)) + ## [1.1.0](https://github.com/ankorstore/yokai/compare/sql/v1.0.0...sql/v1.1.0) (2024-05-08)