Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juzzlin committed Mar 3, 2020
1 parent 2a296e9 commit b8d26e7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
1.0.0
=====

New features:

* Enable/disable tests on top level
* Build shared and static libs

Other:

* Documentation updates

0.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 @@ -493,7 +493,7 @@ void Argengine::parse(Error & error)

std::string Argengine::version()
{
return "0.0.1";
return "1.0.0";
}

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

0 comments on commit b8d26e7

Please sign in to comment.