Skip to content

Commit

Permalink
Update version to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gknowles committed Dec 21, 2020
1 parent 4b21038 commit 5cc84c2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com)
and this project adheres to [Semantic Versioning](http://semver.org).

## Unreleased

## dimcli 6.0.0 (2020-12-21)
- Cosmetic - Converted docs from Markdown to AsciiDoc
- Cosmetic - Expand testing to include samples embedded in docs
- Added - Detail to errors parsing values with units
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ All you need is:

### Using cmake
Get the latest snapshot:
[dimcli 5.0.2](https://github.com/gknowles/dimcli/archive/v5.0.2.zip)
[dimcli 6.0.0](https://github.com/gknowles/dimcli/archive/v6.0.0.zip)

Build it (this example uses Visual C++ 2015 to install a 64-bit build to
c:\dimcli on a windows machine):
Expand All @@ -55,7 +55,7 @@ c:\dimcli on a windows machine):
- install Visual Studio >= 2015
- include the "Github Extension for Visual Studio" (if you care)
- include git
- Make the library
- Make the library (assuming VS 2015)
- git clone https://github.com/gknowles/dimcli.git
- cd dimcli
- md build & cd build
Expand All @@ -77,7 +77,7 @@ Why not a single header file?

Sources of inspiration:

- LLVM's CommandLine module
- LLVM CommandLine module
- click - Python command line interface creation kit
- My own bad experiences

Expand Down
3 changes: 2 additions & 1 deletion docs/docgen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Distributed under the Boost Software License, Version 1.0.
<Site name="DIMCLI" outDir="../vendor/gh-pages">
<GitHub repoUrl="https://github.com/gknowles/dimcli/"/>
<Version tag="HEAD"/>
<Version tag="v5.0.2" layout="md +ref" default="true"/>
<Version tag="v6.0.0" default="true"/>
<Version tag="v5.0.2" layout="md +ref"/>
<Version tag="v5.0.1" layout="md +ref"/>
<Version tag="v5.0.0" layout="md +ref"/>
<Version tag="v4.1.0" layout="md"/>
Expand Down

0 comments on commit 5cc84c2

Please sign in to comment.