github.com/goreleaser/goreleaser@v1.25.1/www/docs/blog/posts/2022-03-06-goreleaser-v1.6.md (about)

     1  ---
     2  date: 2022-03-06
     3  slug: goreleaser-v1.6
     4  categories:
     5    - announcements
     6  authors:
     7    - caarlos0
     8  ---
     9  
    10  # Announcing GoReleaser v1.6 — the boring release
    11  
    12  GoReleaser 1.6 is out! Another "boring" release with some miscellaneous improvements and bug fixes.
    13  
    14  <!-- more -->
    15  
    16  ## **Highlights**
    17  
    18  - New `filter` and `reverseFilter` template functions ([#2924](https://github.com/goreleaser/goreleaser/pull/2924))
    19  - nFPM and archiving in `tar.gz` should now be faster ([#2940](https://github.com/goreleaser/goreleaser/pull/2940), [#2941](https://github.com/goreleaser/goreleaser/pull/2941))
    20  - More Snapcraft app metadata fields ([#2955](https://github.com/goreleaser/goreleaser/pull/2955))
    21  - New `.TagBody` template field ([#2923](https://github.com/goreleaser/goreleaser/pull/2923))
    22  - Install `amd64` binaries when no `arm64` binaries are present on macOS (i.e. use Rosetta) ([#2939](https://github.com/goreleaser/goreleaser/pull/2939))
    23  - Several dependency updates
    24  - Several bug fixes
    25  - Some documentation improvements
    26  
    27  You can see the full changelog [here](https://github.com/goreleaser/goreleaser/releases/tag/v1.6.0).
    28  
    29  ## **Other news**
    30  
    31  - I'm risking sounding repetitive here, but we still don't have a new date for our first community call. Personal life a little too busy lately, will try my best to schedule it ASAP. [Link](https://github.com/goreleaser/community/pull/2).
    32  - GoReleaser now has ~9.7k stars and 268 contributors! Thanks, everyone!
    33  - Our Discord server is getting new members almost daily. [Join and chat with us](https://discord.gg/RGEBtg8vQ6)!
    34  - nFPM also had a release as well, [check it out](https://github.com/goreleaser/nfpm/releases).