Skip to content

Commit

Permalink
Update version to v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jimporter committed Nov 29, 2019
1 parent c4cab5c commit 38e9757
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changes

## v0.1 (2019-11-29)

- Initial release
- Support for defining assertions via composable matchers
- Tests can be groups into suites/subsuites, which can additionally be
parameterized by type or value
- Allow aggregating the output of multiple test executables via the `mettle`
driver
2 changes: 1 addition & 1 deletion build.bfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

bfg9000_required_version('>=0.5.0')

mettle_version = '0.1-dev'
mettle_version = '0.1'
project('mettle', mettle_version, intermediate_dirs=False)

global_options([opts.std(argv.std)], lang='c++')
Expand Down
2 changes: 1 addition & 1 deletion doc/about/changes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changes

## v0.1
in progress
2019-11-29
{: .subtitle}

- Initial release
Expand Down

0 comments on commit 38e9757

Please sign in to comment.