Skip to content

Commit

Permalink
release: v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
autopp committed Sep 11, 2021
1 parent 2e4221c commit 3133f96
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# CHANGELOG

## v0.1.0

Initial release

- Add status matchers: `eq`, `success`
- Add stream matchers: `any`, `be_empty`, `contain`, `eq`, `not`, `satisfy`
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# spexec

## Install

Download from [releases page](https://github.com/autopp/spexec/releases).

## Usage

```
$ spexec spec.yaml
```

## Exit Status

| code | description |
Expand Down

0 comments on commit 3133f96

Please sign in to comment.