Skip to content

Commit b8d26e7

Browse files
committed
1.0.0
1 parent 2a296e9 commit b8d26e7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
1.0.0
2+
=====
3+
4+
New features:
5+
6+
* Enable/disable tests on top level
7+
* Build shared and static libs
8+
9+
Other:
10+
11+
* Documentation updates
12+
113
0.0.1
214
=====
315

src/argengine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ void Argengine::parse(Error & error)
493493

494494
std::string Argengine::version()
495495
{
496-
return "0.0.1";
496+
return "1.0.0";
497497
}
498498

499499
Argengine::~Argengine() = default;

0 commit comments

Comments
 (0)