Skip to content

Latest commit

 

History

History
245 lines (147 loc) · 8.48 KB

CHANGELOG.md

File metadata and controls

245 lines (147 loc) · 8.48 KB

Changelog

v0.15.0 (2022-08-17)

  • Allow to use Generate Release Notes function of GitHub #138 (neilgierman)

v0.14.0 (2021-06-15)

v0.13.0 (2019-09-16)

v0.12.2 (2019-07-08)

v0.12.1 (2019-04-30)

v0.12.0 (2018-08-25)

v0.11.0 (2018-08-23)

v0.10.2 (2018-07-27)

v0.10.1 (2018-07-08)

v0.10.0 (2018-05-08)

  • [incompatible] retrieve owner from origin url first #87 (Songmu)
  • update deps #88 (Songmu)

v0.9.0 (2018-04-07)

0.5.4 (2017-01-11)

Added

  • Allow to specify body #55

0.5.3 (2016-10-31)

Fixed

  • Fix overlapping of DeleteRelease and CreateRelease #52

0.5.2 (2016-10-21)

Fixed

  • Output format

0.5.1 (2016-10-19)

Fixed

  • Can not use GitHub Enterprise environment #48
  • Format verbs shows up on output #50

0.5.0 (2016-10)

Added

  • Nothing

Deprecated

  • -stat option

Removed

  • Nothing

Fixed

  • Refactoring & Adding a lots of tests

0.4.0 (2014-12-17)

Added

  • Support Github Enterprise (supported by @zoncoen)
  • Add more tests

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • --delete sometimes breaks relase. This is temporary solution.

0.3.0 (2014-12-15)

Added

  • goole/go-github for GitHub API client
  • --stat option to show how many tool downloaded
  • Color output
  • Many refactorings

Deprecated

  • Nothing

Removed

  • Old GitHub API client

Fixed

  • Nothing

0.2.0 (2014-12-09)

Added

  • Read GITHUB_TOKEN from gitconfig file (@sona-tar, #8)
  • When using --delete option, delete its git tag
  • Support private repository (@virifi, #10)
  • Many refactoring

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

0.1.2 (2014-10-09)

Added

  • --replace option to replace artifact if it exist
  • --delete option to delete release in advance if it exist
  • tcnksm/go-gitconfig for extracting git config values

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

0.1.1 (2014-08-06)

Added

  • Limit amount of parallelism by the number of CPU
  • --username option to set Github username
  • --token option to set API token
  • --repository option to set repository name
  • --draft option to create unpublished release
  • --prerelease option to create prelerease

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

0.1.0 (2014-07-29)

Initial release

Added

  • Add Fundamental features

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing