Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.2"
".": "0.0.3"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down