github.com/goreleaser/goreleaser@v1.25.1/www/docs/blog/posts/2023-12-26-goreleaser-v1.23.md (about) 1 --- 2 date: 2023-12-26 3 slug: goreleaser-v1.23 4 categories: [announcements] 5 authors: [caarlos0] 6 --- 7 8 # Announcing GoReleaser v1.23 - the last of 2023 9 10 The yearly Christmas edition, and the last release of 2023. 11 This release contains mostly small improvements and bug fixes. 12 13 <!-- more --> 14 15 ## Highlights 16 17 - nix: validate license to prevent generating invalid derivations 18 - nix: make sure zip is included if one of the archives is a zip file 19 - winget: support `archives.format: binary` 20 - homebrew: `dependencies` can be added to specific OSes 21 - homebrew: support `tar.xz` 22 - aur: support `archives.wrap_in_directory` 23 - aur: support multiple packages in the same repository 24 - `--single-target` is now more consistent 25 - error handling improvements in several places 26 27 As always, bug fixes, dependency updates, housekeeping, and documentation 28 updates are included in this release as well. 29 30 ## Other news 31 32 - GoReleaser now has ~12.4k stars and 366 contributors! Thanks, everyone! 33 - We eventually discuss new features in our Discord server. 34 [Join the conversation][discord]! 35 - nFPM had new releases as well, 36 [check it out](https://github.com/goreleaser/nfpm/releases). 37 38 ## Download 39 40 You can [install][] or upgrade using your favorite package manager, or see the 41 full release notes and download the pre-compiled binaries [here][oss-rel] and 42 [here (for Pro)][pro-rel]. 43 44 ## Helping out 45 46 You can help by contributing features and bug fixes, or by donating. 47 You may also be interested in buying a GoReleaser Pro license. 48 49 You can find out more [here](https://goreleaser.com/sponsors/). 50 51 [install]: https://goreleaser.com/install 52 [pro-rel]: https://github.com/goreleaser/goreleaser-pro/releases/tag/v1.23.0-pro 53 [oss-rel]: https://github.com/goreleaser/goreleaser/releases/tag/v1.23.0 54 [discord]: https://goreleaser.com/discord