Skip to content

Commit

Permalink
Merge pull request #402 from codegangsta/v1.17.0-prep
Browse files Browse the repository at this point in the history
Preparing for v1.17.0 release
  • Loading branch information
meatballhat committed May 9, 2016
2 parents 1d47add + 2fcbd9d commit 01857ac
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -3,6 +3,8 @@
**ATTN**: This project uses [semantic versioning](http://semver.org/).

## [Unreleased]

## [1.17.0] - 2016-05-09
### Added
- Pluggable flag-level help text rendering via `cli.DefaultFlagStringFunc`
- `context.GlobalBoolT` was added as an analogue to `context.GlobalBool`
Expand All @@ -20,6 +22,8 @@
(previously they printed "No help topic for...", but still exited 0. This
makes it easier to script around apps built using `cli` since they can trust
that a 0 exit code indicated a successful execution.
- cleanups based on [Go Report Card
feedback](https://goreportcard.com/report/github.com/codegangsta/cli)

## [1.16.0] - 2016-05-02
### Added
Expand Down Expand Up @@ -279,7 +283,8 @@ signature of `func(*cli.Context) error`, as defined by `cli.ActionFunc`.
### Added
- Initial implementation.

[Unreleased]: https://github.com/codegangsta/cli/compare/v1.16.0...HEAD
[Unreleased]: https://github.com/codegangsta/cli/compare/v1.17.0...HEAD
[1.17.0]: https://github.com/codegangsta/cli/compare/v1.16.0...v1.17.0
[1.16.0]: https://github.com/codegangsta/cli/compare/v1.15.0...v1.16.0
[1.15.0]: https://github.com/codegangsta/cli/compare/v1.14.0...v1.15.0
[1.14.0]: https://github.com/codegangsta/cli/compare/v1.13.0...v1.14.0
Expand Down

0 comments on commit 01857ac

Please sign in to comment.