From 6aa29bad9e8e4b8c731694d4b258a8c5b126f847 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 02:37:22 +0000 Subject: [PATCH] chore(main): release 0.0.3 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37dfbba..c7107a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.0.3](https://github.com/meysam81/scry/compare/v0.0.2...v0.0.3) (2026-04-15) + + +### Features + +* add deep structured-data inspection ([f84d59a](https://github.com/meysam81/scry/commit/f84d59adedc74778c2a4bf2c932d3d2333e1f19e)) + + +### Bug Fixes + +* **CI:** disable always-failing job ([ac3dbad](https://github.com/meysam81/scry/commit/ac3dbad8a4ee6e667bb110859226e4ca63f92866)) +* **CI:** make sec happy ([8dd0435](https://github.com/meysam81/scry/commit/8dd04356b1a5d0b89ad677c8dd9e0a0b0477abd7)) +* **deps:** update module github.com/urfave/cli/v3 to v3.8.0 ([#11](https://github.com/meysam81/scry/issues/11)) ([8f9b4c5](https://github.com/meysam81/scry/commit/8f9b4c50d750129abdfe0a13ce9ff4cd8878578f)) + ## [0.0.2](https://github.com/meysam81/scry/compare/v0.0.1...v0.0.2) (2026-03-25)