~brenns10/sc-argparse

fffc4e4d452fd20176896595df48142d7c8aed23 — Stephen Brennan 4 years ago c19a142 v0.1.0
Release 0.1.0 as we haven't had a version yet
2 files changed, 18 insertions(+), 1 deletions(-)

A CHANGELOG
M meson.build
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 = [