Commit dfc656c465eb07bb93bf883e8c6f38dde664496f

Authored by Henry Schreiner
Committed by GitHub
1 parent 975e58b3

docs: link for 2.0 post

Showing 1 changed file with 2 additions and 1 deletions
README.md
@@ -64,7 +64,7 @@ Features that were added in the last released major version are marked with "🆠@@ -64,7 +64,7 @@ Features that were added in the last released major version are marked with "ðŸ†
64 64
65 CLI11 provides all the features you expect in a powerful command line parser, with a beautiful, minimal syntax and no dependencies beyond C++11. It is header only, and comes in a single file form for easy inclusion in projects. It is easy to use for small projects, but powerful enough for complex command line projects, and can be customized for frameworks. 65 CLI11 provides all the features you expect in a powerful command line parser, with a beautiful, minimal syntax and no dependencies beyond C++11. It is header only, and comes in a single file form for easy inclusion in projects. It is easy to use for small projects, but powerful enough for complex command line projects, and can be customized for frameworks.
66 It is tested on [Travis][], [AppVeyor][], [Azure][], and [GitHub Actions][actions-link], and is used by the [GooFit GPU fitting framework][goofit]. It was inspired by [`plumbum.cli`][plumbum] for Python. CLI11 has a user friendly introduction in this README, a more in-depth tutorial [GitBook][], as well as [API documentation][api-docs] generated by Travis. 66 It is tested on [Travis][], [AppVeyor][], [Azure][], and [GitHub Actions][actions-link], and is used by the [GooFit GPU fitting framework][goofit]. It was inspired by [`plumbum.cli`][plumbum] for Python. CLI11 has a user friendly introduction in this README, a more in-depth tutorial [GitBook][], as well as [API documentation][api-docs] generated by Travis.
67 -See the [changelog](./CHANGELOG.md) or [GitHub Releases][] for details for current and past releases. Also see the [Version 1.0 post][], [Version 1.3 post][], or [Version 1.6 post][] for more information. 67 +See the [changelog](./CHANGELOG.md) or [GitHub Releases][] for details for current and past releases. Also see the [Version 1.0 post][], [Version 1.3 post][], [Version 1.6 post][], or [Version 2.0 post][] for more information.
68 68
69 You can be notified when new releases are made by subscribing to <https://github.com/CLIUtils/CLI11/releases.atom> on an RSS reader, like Feedly, or use the releases mode of the GitHub watching tool. 69 You can be notified when new releases are made by subscribing to <https://github.com/CLIUtils/CLI11/releases.atom> on an RSS reader, like Feedly, or use the releases mode of the GitHub watching tool.
70 70
@@ -1034,6 +1034,7 @@ CLI11 was developed at the [University of Cincinnati][] to support of the [GooFi @@ -1034,6 +1034,7 @@ CLI11 was developed at the [University of Cincinnati][] to support of the [GooFi
1034 [version 1.0 post]: https://iscinumpy.gitlab.io/post/announcing-cli11-10/ 1034 [version 1.0 post]: https://iscinumpy.gitlab.io/post/announcing-cli11-10/
1035 [version 1.3 post]: https://iscinumpy.gitlab.io/post/announcing-cli11-13/ 1035 [version 1.3 post]: https://iscinumpy.gitlab.io/post/announcing-cli11-13/
1036 [version 1.6 post]: https://iscinumpy.gitlab.io/post/announcing-cli11-16/ 1036 [version 1.6 post]: https://iscinumpy.gitlab.io/post/announcing-cli11-16/
  1037 +[version 2.0 post]: https://iscinumpy.gitlab.io/post/announcing-cli11-20/
1037 [wandbox-badge]: https://img.shields.io/badge/try_2.0-online-blue.svg 1038 [wandbox-badge]: https://img.shields.io/badge/try_2.0-online-blue.svg
1038 [wandbox-link]: https://wandbox.org/permlink/650go2SXpfdvQ7ex 1039 [wandbox-link]: https://wandbox.org/permlink/650go2SXpfdvQ7ex
1039 [releases-badge]: https://img.shields.io/github/release/CLIUtils/CLI11.svg 1040 [releases-badge]: https://img.shields.io/github/release/CLIUtils/CLI11.svg