From 63f47f19bf78d6a87163b7e03aee702382e347bd Mon Sep 17 00:00:00 2001 From: Ali Hashemi <14126952+hashemix@users.noreply.github.com> Date: Wed, 30 Apr 2025 19:44:12 -0300 Subject: [PATCH] chore(main): release 1.0.3 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84e4619..29f6156 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.3](https://github.com/rust-mcp-stack/mcp-discovery-action/compare/v1.0.2...v1.0.3) (2025-04-30) + + +### Bug Fixes + +* support logging option ([1ad2c42](https://github.com/rust-mcp-stack/mcp-discovery-action/commit/1ad2c4233de31a46717c726c2978fbcc270f5eef)) +* support logging option ([ef38de3](https://github.com/rust-mcp-stack/mcp-discovery-action/commit/ef38de3146cbe46e72a0856f2dbd07a62962a763)) + ## [1.0.2](https://github.com/rust-mcp-stack/mcp-discovery-action/compare/v1.0.1...v1.0.2) (2025-04-28)