A CHANGELOG => CHANGELOG +17 -0
@@ 0,0 1,17 @@
+Changelog
+=========
+
+This project uses the following versioning scheme:
+
+- Major version 0 is development-phase. No compatibility guarantees are made,
+ and breaking changes can happen on minor version or patch versions.
+- Starting vith major version 1, we follow roughly "semantic versioning":
+ - Patch version is incremented for small fixes
+ - Minor version is incremented for new features, or major bug fixes
+ - Major version is incremented on any API change which would break programs
+
+0.1.0 (2020-05-07)
+------------------
+
+* Initial version, rather buggy still
+* Adds basic unit testing system and a few tests
M meson.build => meson.build +1 -1
@@ 1,6 1,6 @@
project(
'sc-argparse', 'c',
- version : '0.0.0',
+ version : '0.1.0',
)
sources = [