Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juzzlin committed Mar 4, 2020
1 parent a317e8a commit c3f71f3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,18 @@ x.y.z

New features:

* Fix GitHub Issue #2: Configurable value names for help
* Add getter for help text

Bug fixes:

Other:

1.1.0
=====

New features:

* Fix GitHub Issue #2: Configurable value names for help
* Add getter for help text

1.0.1
=====

Expand Down
2 changes: 1 addition & 1 deletion src/argengine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ void Argengine::parse(Error & error)

std::string Argengine::version()
{
return "1.0.1";
return "1.1.0";
}

Argengine::~Argengine() = default;
Expand Down

0 comments on commit c3f71f3

Please sign in to comment.