Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0](v0.0.2...v1.0.0) (2022-06-05)

### Features

* Upgrade TAP parser, overhaul formated output ([afbd39d](afbd39d))

### BREAKING CHANGES

* The upgraded TAP parser 11.0 has different behaviour than the original 0.7. Programmatically, the "comment" event is triggered with the comment including the "# " prefix and the "results" event was renamed to "complete". Further optimisations of the formatted output reduce unnecessary text and render errors in a more legible way.
  • Loading branch information
semantic-release-bot committed Jun 5, 2022
1 parent afbd39d commit 784e0fc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.0.0](https://github.com/prantlf/faucet/compare/v0.0.2...v1.0.0) (2022-06-05)


### Features

* Upgrade TAP parser, overhaul formated output ([afbd39d](https://github.com/prantlf/faucet/commit/afbd39d2cee93faecfe028671858e41f2af156c7))


### BREAKING CHANGES

* The upgraded TAP parser 11.0 has different behaviour than the original 0.7. Programmatically, the "comment" event is triggered with the comment including the "# " prefix and the "results" event was renamed to "complete". Further optimisations of the formatted output reduce unnecessary text and render errors in a more legible way.

## [0.0.2](https://github.com/prantlf/faucet/compare/0.0.1...v0.0.2) (2020-02-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prantlf/faucet",
"version": "0.0.2",
"version": "1.0.0",
"description": "Human-readable TAP summarizer",
"author": {
"name": "Ferdinand Prantl",
Expand Down

0 comments on commit 784e0fc

Please sign in to comment.