Compare commits

...

2 Commits

Author SHA1 Message Date
Unbound Release 5bdacce71a chore(release): prepare for v0.5.2 2025-06-09 06:33:38 +00:00
argoyle 0b4bbdeef0 fix(goreleaser): specify binary name in configuration
Adds the binary name "schemactl" to the Goreleaser 
configuration file to ensure proper build and release 
process for the Homebrew tap. This improves clarity 
and correctness in the configuration.
2025-06-09 08:22:34 +02:00
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -21,6 +21,7 @@ homebrew_casks:
repository: repository:
owner: unboundsoftware owner: unboundsoftware
name: homebrew-taps name: homebrew-taps
binary: schemactl
directory: Casks directory: Casks
conflicts: conflicts:
- formula: unbound-schemas - formula: unbound-schemas
+6
View File
@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [0.5.2] - 2025-06-09
### 🐛 Bug Fixes
- *(goreleaser)* Specify binary name in configuration
## [0.5.1] - 2025-06-09 ## [0.5.1] - 2025-06-09
### 🐛 Bug Fixes ### 🐛 Bug Fixes