Skip to content

Commit 01857ac

Browse files
committed
Merge pull request #402 from codegangsta/v1.17.0-prep
Preparing for v1.17.0 release
2 parents 1d47add + 2fcbd9d commit 01857ac

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
**ATTN**: This project uses [semantic versioning](http://semver.org/).
44

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

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

282-
[Unreleased]: https://github.com/codegangsta/cli/compare/v1.16.0...HEAD
286+
[Unreleased]: https://github.com/codegangsta/cli/compare/v1.17.0...HEAD
287+
[1.17.0]: https://github.com/codegangsta/cli/compare/v1.16.0...v1.17.0
283288
[1.16.0]: https://github.com/codegangsta/cli/compare/v1.15.0...v1.16.0
284289
[1.15.0]: https://github.com/codegangsta/cli/compare/v1.14.0...v1.15.0
285290
[1.14.0]: https://github.com/codegangsta/cli/compare/v1.13.0...v1.14.0

0 commit comments

Comments
 (0)