All Versions
8
Latest Version
Avg Release Cycle
65 days
Latest Release
1847 days ago

Changelog History

  • v0.5.0 Changes

    April 05, 2019

    ๐Ÿ”„ Changed

    • ๐Ÿ‘ Allow Logger() option to accept interface StdLogger instead of enforcing a specific logger implementation
  • v0.4.0 Changes

    February 01, 2019

    โž• Added

    • โž• Added id to TestPipeline and DeploymentPipeline returned from project calls
  • v0.3.1 Changes

    July 17, 2018

    ๐Ÿ›  Fixed

    • โœ‚ Remove omitempty struct tag from Project type field to fix creating Basic projects
  • v0.3.0 Changes

    May 14, 2018

    โž• Added

    • โž• Added branch to Build
  • v0.2.2 Changes

    April 11, 2018

    ๐Ÿ›  Fixed

    • ๐Ÿ”„ Changed ProjectType MarshalJSON and String methods to be value receivers so that they perform the necessary type name lookups when marshalling to JSON.
  • v0.2.1 Changes

    April 08, 2018

    โž• Added

    • Return error when Authentication fails because 2FA is enabled
  • v0.2.0 Changes

    January 26, 2018

    โž• Added

    • โž• Added id to Project
    • โž• Added project_id to Build
  • v0.1.0 Changes

    January 05, 2018
    • ๐ŸŽ‰ Initial Release