From e54a3b1892c746113215e3af330bdc2896884321 Mon Sep 17 00:00:00 2001 From: jmagar <38927646+jmagar@users.noreply.github.com> Date: Sat, 18 Jul 2026 07:36:00 -0400 Subject: [PATCH] chore(main): release 0.0.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 40ff6fe..3a327a0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.2" + ".": "0.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ac3c289..e84a235 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ Notable tagged releases are documented here. Release Please maintains this file; the manifest and Git tags are the release-order source of truth. +## [0.0.3](https://github.com/jmagar/nugs-cli/compare/v0.0.2...v0.0.3) (2026-07-18) + + +### Fixed + +* remediate comprehensive repository review ([#17](https://github.com/jmagar/nugs-cli/issues/17)) ([7c41fd5](https://github.com/jmagar/nugs-cli/commit/7c41fd5a56130db22860c97e32286fcb00a39149)) + + +### Dependencies + +* **deps:** bump actions/checkout from 4.3.1 to 7.0.0 ([#19](https://github.com/jmagar/nugs-cli/issues/19)) ([3501b04](https://github.com/jmagar/nugs-cli/commit/3501b042880456550f3a1893f58d4ada54f1dee5)) +* **deps:** bump actions/setup-go from 5.6.0 to 6.5.0 ([#22](https://github.com/jmagar/nugs-cli/issues/22)) ([9e164da](https://github.com/jmagar/nugs-cli/commit/9e164daa3536536c5c03b2d60231e65a7fcdb1ba)) +* **deps:** bump actions/setup-node from 4.4.0 to 6.4.0 ([#20](https://github.com/jmagar/nugs-cli/issues/20)) ([13a3324](https://github.com/jmagar/nugs-cli/commit/13a3324ec905c98762ad7aa7d50e83b20a72fc8b)) +* **deps:** bump github.com/alexflint/go-arg from 1.5.0 to 1.6.1 ([#10](https://github.com/jmagar/nugs-cli/issues/10)) ([ec8c704](https://github.com/jmagar/nugs-cli/commit/ec8c704ed2e7a66fd9daea851417718da774f829)) +* **deps:** bump github.com/grafov/m3u8 from 0.12.0 to 0.12.1 ([#8](https://github.com/jmagar/nugs-cli/issues/8)) ([23a8ecc](https://github.com/jmagar/nugs-cli/commit/23a8ecc)) +* **deps:** bump golang.org/x/sys from 0.40.0 to 0.47.0 ([#7](https://github.com/jmagar/nugs-cli/issues/7)) ([f9ab847](https://github.com/jmagar/nugs-cli/commit/f9ab847aa9c2cc68b04b8d3b2eec65009bcfcf9c)) +* **deps:** bump golang.org/x/term from 0.39.0 to 0.45.0 ([#11](https://github.com/jmagar/nugs-cli/issues/11)) ([85ada1b](https://github.com/jmagar/nugs-cli/commit/85ada1b)) +* **deps:** bump googleapis/release-please-action from 4.4.1 to 5.0.0 ([#21](https://github.com/jmagar/nugs-cli/issues/21)) ([d106c43](https://github.com/jmagar/nugs-cli/commit/d106c43e5bd972cfca5ac06fb2765a5c96c0cf00)) + ## [0.0.2](https://github.com/jmagar/nugs-cli/releases/tag/v0.0.2) (2026-07-11) ### Fixed