All Versions
12
Latest Version
Avg Release Cycle
55 days
Latest Release
1293 days ago

Changelog History
Page 1

  • v2.6.6 Changes

    October 08, 2020

    โž• Adds ability to pass in -ldflags "..." to projects being built.

  • v2.6.5 Changes

    August 20, 2020

    ๐Ÿ— Provides a --skip-build-targets flag, cos that's occasionally a useful thing.

  • v2.6.4 Changes

    March 27, 2020

    โž• Adds a 'tool-repository' field to the metadata object.

    Primarily used by dbt, but hey, it's one more option for everyone else!

  • v2.6.3 Changes

    March 26, 2020

    โž• Added intermediate folder generation for s3 publishing, so that if you have a key of foo/bar/baz/wip.txt, you will also have folders for foo, foo/bar, and foo/bar/baz/ . This was needed so that things that do lookups on folders work as they would for http publishing.

    ๐Ÿ›  Also fixed the uploaded checksum files so that they only contain the checksum, not ' '. Not sure why I originally included the file name, but it definitely borked dbt, and wasn't consistent with how Artifactory works - which explains why it took me this long to find. I've been relying on Artifactory to make the checksum files for years.

  • v2.6.1 Changes

    March 09, 2020

    ๐Ÿ‘ Now with S3 upload support!

  • v2.6.0 Changes

    January 12, 2020

    โœ‚ Removes redundant checkout of code in golang.build and branch from Build() interface.

    ๐Ÿ— It's not needed, and should be done by running Checkout() as appropriate (and as done by build, sign, test, and publish commands.

    ๐Ÿ— Unlocks the ability to use Gomason's libraries internally in other projects and gives ability to build/test a non-checked in source tree.

  • v2.5.8 Changes

    January 12, 2020

    Adds an env var GOMASON_NO_USER_CONFIG which turns off per-user config parsing.

    โœ… Primarily useful for the author who's user config and need to publish things with gomason occasionally collides with the need to test gomason itself.

  • v2.5.7 Changes

    December 05, 2019

    ๐Ÿ”จ Mostly a refactor to pave the way for adding multiple language support.

    Should be no changes to usage.

  • v2.5.6 Changes

    November 21, 2019

    ๐Ÿ›  Fixes issue #7

  • v2.5.5 Changes

    March 08, 2019

    ๐Ÿ›  Fixed issue #6

    โž• Addressed some knocks that have accumulated in goreportcard.

    ๐Ÿ”จ Refactored some internal method names for clarity.