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.2.0"
".": "1.0.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.0.0](https://github.com/aetherpak/setup-cli/compare/v0.2.0...v1.0.0) (2026-05-29)


### ⚠ BREAKING CHANGES

* require Linux (Ubuntu) runners, refactor shell array execution, warn on non-apt systems, and expose version/path outputs.

### Features

* add branding metadata to action.yml ([77402ba](https://github.com/aetherpak/setup-cli/commit/77402ba9b184eea8786637d612a3dab25dd6263d))
* improve curl safety, non-apt warnings, and add outputs ([27ba486](https://github.com/aetherpak/setup-cli/commit/27ba48697eb9135326c36310881332a82d1bb035))

## [0.2.0](https://github.com/aetherpak/setup-cli/compare/v0.1.0...v0.2.0) (2026-05-29)


Expand Down
Loading