File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ homebrew_casks:
5959 owner : codoworks
6060 name : homebrew-tap
6161 token : " {{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
62- directory : Casks
62+ directory : Formula
6363 homepage : " https://github.com/codoworks/sshto"
6464 description : " Fast SSH connection manager with interactive TUI"
6565 license : " MIT"
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.3.0] - 2025-12-14
11+
12+ ### Changed
13+
14+ - Change Homebrew directory from ` Casks ` to ` Formula ` (CLI tools use Formula, not Casks)
15+
1016## [ 0.2.0] - 2025-12-14
1117
1218### Changed
@@ -32,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3238- GitHub Actions release workflow triggered on version tags
3339- Homebrew tap support via ` brew tap codoworks/tap && brew install sshto `
3440
35- [ Unreleased ] : https://github.com/codoworks/sshto/compare/v0.2.0...HEAD
41+ [ Unreleased ] : https://github.com/codoworks/sshto/compare/v0.3.0...HEAD
42+ [ 0.3.0 ] : https://github.com/codoworks/sshto/compare/v0.2.0...v0.3.0
3643[ 0.2.0 ] : https://github.com/codoworks/sshto/compare/v0.1.0...v0.2.0
3744[ 0.1.0 ] : https://github.com/codoworks/sshto/releases/tag/v0.1.0
You can’t perform that action at this time.
0 commit comments