Skip to content

Latest commit

 

History

History
261 lines (160 loc) · 9.66 KB

CHANGELOG.md

File metadata and controls

261 lines (160 loc) · 9.66 KB

Changelog

v0.16.2 - 2023-10-16

  • disable cgo. fixes #154. by @shogo82148 in tcnksm#155

v0.16.1 - 2023-10-12

  • drop pkg/errors dependency by @Songmu in tcnksm#148
  • Miscellaneous fixes: coding convention fixes and some typo fixes by @itchyny in tcnksm#149
  • Bump golang.org/x/net from 0.0.0-20220923203811-8be639271d50 to 0.7.0 by @dependabot in tcnksm#150
  • Bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in tcnksm#153

v0.16.0 - 2022-09-26

  • introduce modern releng stack by @Songmu in tcnksm#141
  • Go 1.19 and update deps by @Songmu in tcnksm#143
  • update go-github to v47 by @Songmu in tcnksm#144
  • add freebsd and arm64 to built artifacts by @Songmu in tcnksm#145
  • find a draft release before creating new one by @Songmu in tcnksm#146

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